We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-release 11
1 parent dabdee2 commit a2763d7Copy full SHA for a2763d7
1 file changed
build.sbt
@@ -7,7 +7,7 @@ version := "1.1.1"
7
isSnapshot := true
8
9
javaSource in Compile := baseDirectory.value / "src"
10
-javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii")
+javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii", "--release", "11")
11
12
netLogoVersion := "6.2.2"
13
netLogoClassManager := "org.nlogo.extensions.bitmap.BitmapExtension"
0 commit comments