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 049bbc0 commit 34a4841Copy full SHA for 34a4841
build.sbt
@@ -3,7 +3,8 @@ lazy val commonSettings = Seq(
3
version := "0.13.0",
4
scalaVersion := "2.13.16",
5
crossScalaVersions := Seq("2.13.16", "2.12.15", "2.11.12", "3.0.2"),
6
- scalacOptions ++= Seq("-feature", "-deprecation"),
+ scalacOptions ++= Seq("-feature", "-deprecation", "-target:jvm-11"),
7
+ javacOptions ++= Seq("-source", "11", "-target", "11"),
8
Test / fork := true,
9
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
10
sonatypeProfileName := "com.whisk",
0 commit comments