Skip to content

Commit 19c1bbf

Browse files
committed
Target Java 17 in Scala compiler options
1 parent b7323ab commit 19c1bbf

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
@@ -15,7 +15,7 @@ netLogoTestExtras += (baseDirectory.value / "test")
1515

1616
Compile / scalaSource := baseDirectory.value / "src" / "main"
1717
Test / scalaSource := baseDirectory.value / "src" / "test"
18-
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-encoding", "us-ascii", "-feature", "-release", "11", "-Wunused:linted")
18+
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-encoding", "us-ascii", "-feature", "-release", "17", "-Wunused:linted")
1919

2020
libraryDependencies ++= Seq(
2121
"com.google.guava" % "guava" % "18.0",

0 commit comments

Comments
 (0)