Skip to content

Commit eb7c0ee

Browse files
committed
Infrastructure: Bump NL version
1 parent fd0d637 commit eb7c0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

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

14-
netLogoVersion := "7.0.0-beta1-c8d671e" // This extension gets its NL version from language-library; any update to its NL version has to be mirrored in that package and published in a new version --Jason B. (5/5/25)
14+
netLogoVersion := "7.0.0-beta2-8cd3e65" // This extension gets its NL version from language-library; any update to its NL version has to be mirrored in that package and published in a new version --Jason B. (5/5/25)
1515
netLogoClassManager := "org.nlogo.extensions.py.PythonExtension"
1616
netLogoPackageExtras += (baseDirectory.value / "src" / "pyext.py", None)
1717

0 commit comments

Comments
 (0)