Skip to content

Commit 5b5ebf8

Browse files
committed
Target Java 17 in Scala compiler options
1 parent eb6e23d commit 5b5ebf8

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
@@ -9,7 +9,7 @@ isSnapshot := true
99
scalaVersion := "3.7.0"
1010
Test / scalaSource := baseDirectory.value / "src" / "test"
1111
Compile / scalaSource := baseDirectory.value / "src" / "main"
12-
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-release", "11")
12+
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-release", "17")
1313

1414
netLogoVersion := "7.0.0-2486d1e" // 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"

0 commit comments

Comments
 (0)