Skip to content

Commit 1a8222b

Browse files
committed
Target Java 17 in Scala compiler options
1 parent bde2a40 commit 1a8222b

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
Compile / scalaSource := baseDirectory.value / "src" / "main"
1111
Test / scalaSource := baseDirectory.value / "src" / "test"
12-
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-encoding", "UTF8", "-release", "11")
12+
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-encoding", "UTF8", "-release", "17")
1313

1414
netLogoVersion := "7.0.0-2486d1e"
1515
netLogoClassManager := "org.nlogo.extensions.time.TimeExtension"

0 commit comments

Comments
 (0)