Skip to content

Commit ef935b2

Browse files
committed
Infrastructure: Use NL 7.0
1 parent 59e7116 commit ef935b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Test / scalaSource := baseDirectory.value / "src" / "test"
1010
Compile / scalaSource := baseDirectory.value / "src" / "main"
1111
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-Xlint", "-release", "11")
1212

13-
netLogoVersion := "7.0.0-internal1-6784458"
13+
netLogoVersion := "7.0.0-internal1-df97144"
1414
netLogoClassManager := "org.nlogo.extensions.py.PythonExtension"
1515
netLogoExtName := "py"
1616
netLogoPackageExtras += (baseDirectory.value / "src" / "pyext.py", None)

0 commit comments

Comments
 (0)