Skip to content

Commit be197c8

Browse files
committed
Target Java 17 in Scala compiler options
1 parent 43d1f14 commit be197c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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", "us-ascii", "-release", "11")
12+
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-encoding", "us-ascii", "-release", "17")
1313

1414
netLogoClassManager := "org.nlogo.extensions.samplescala.SampleScalaExtension"
1515
netLogoVersion := "7.0.0-2486d1e"

0 commit comments

Comments
 (0)