Skip to content

Commit 2fcca8f

Browse files
committed
Infrastructure: Bump NL version
1 parent 9cc9d7d commit 2fcca8f

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
@@ -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", "-release", "11")
1212

13-
netLogoVersion := "7.0.0-beta1" // 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)
13+
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)
1414
netLogoClassManager := "org.nlogo.extensions.py.PythonExtension"
1515
netLogoExtName := "py"
1616
netLogoPackageExtras += (baseDirectory.value / "src" / "pyext.py", None)

0 commit comments

Comments
 (0)