Skip to content

Commit 9d1d8ca

Browse files
committed
Initial conversion
1 parent 04e12a4 commit 9d1d8ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ enablePlugins(NetLogoExtension, ExtensionDocumentationPlugin)
55
version := "0.5.5"
66
isSnapshot := true
77

8-
scalaVersion := "2.13.16"
8+
scalaVersion := "3.7.0"
99
Test / scalaSource := baseDirectory.value / "src" / "test"
1010
Compile / scalaSource := baseDirectory.value / "src" / "main"
11-
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-Xlint", "-release", "11")
11+
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-release", "11")
1212

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

0 commit comments

Comments
 (0)