We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192f648 commit 59e7116Copy full SHA for 59e7116
1 file changed
build.sbt
@@ -10,7 +10,7 @@ Test / scalaSource := baseDirectory.value / "src" / "test"
10
Compile / scalaSource := baseDirectory.value / "src" / "main"
11
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-Xlint", "-release", "11")
12
13
-netLogoVersion := "7.0.0-internal1"
+netLogoVersion := "7.0.0-internal1-6784458"
14
netLogoClassManager := "org.nlogo.extensions.py.PythonExtension"
15
netLogoExtName := "py"
16
netLogoPackageExtras += (baseDirectory.value / "src" / "pyext.py", None)
0 commit comments