Skip to content

Commit 2160135

Browse files
committed
Comment: Explain NL version 'gotcha'
1 parent ef935b2 commit 2160135

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-df97144"
13+
netLogoVersion := "7.0.0-internal1-df97144" // 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)