We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09b89b commit e33be94Copy full SHA for e33be94
1 file changed
build.sbt
@@ -7,7 +7,6 @@ version := "1.2.1"
7
isSnapshot := true
8
9
Compile / javaSource := baseDirectory.value / "src"
10
-javacOptions ++= Seq("-g", "-Xlint:deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path",
11
- "-encoding", "us-ascii", "--release", "11")
12
-netLogoVersion := "7.0.0-internal1-df97144"
+javacOptions ++= Seq("-g", "-encoding", "us-ascii", "--release", "11")
+netLogoVersion := "7.0.0-beta1"
13
netLogoClassManager := "org.nlogo.extensions.profiler.ProfilerExtension"
0 commit comments