We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b102b commit c7a3f13Copy full SHA for c7a3f13
1 file changed
build.sbt
@@ -14,6 +14,4 @@ Compile / javaSource := baseDirectory.value / "src" / "main"
14
javacOptions ++= Seq("-g", "-deprecation", "-encoding", "us-ascii", "--release", "11")
15
16
netLogoClassManager := "org.nlogo.extensions.array.ArrayExtension"
17
-netLogoVersion := "7.0.0-424b50b"
18
-
19
-resolvers += "jitpack" at "https://jitpack.io"
+netLogoVersion := "7.0.0-2486d1e"
0 commit comments