We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc15ae commit 9734e14Copy full SHA for 9734e14
build.sbt
@@ -37,7 +37,7 @@ val commonSettings = Seq(
37
),
38
scalacOptions ++= {
39
CrossVersion.partialVersion(scalaVersion.value) match {
40
- case Some((2, _)) => Seq(s"-target:jvm-$jdkVersion")
+ case Some((2, _)) => Seq(s"-release:$jdkVersion")
41
case _ => Seq(s"-java-output-version:$jdkVersion")
42
}
43
},
0 commit comments