Skip to content

Commit 34a4841

Browse files
committed
Try to update the build.sbt
1 parent 049bbc0 commit 34a4841

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ lazy val commonSettings = Seq(
33
version := "0.13.0",
44
scalaVersion := "2.13.16",
55
crossScalaVersions := Seq("2.13.16", "2.12.15", "2.11.12", "3.0.2"),
6-
scalacOptions ++= Seq("-feature", "-deprecation"),
6+
scalacOptions ++= Seq("-feature", "-deprecation", "-target:jvm-11"),
7+
javacOptions ++= Seq("-source", "11", "-target", "11"),
78
Test / fork := true,
89
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
910
sonatypeProfileName := "com.whisk",

0 commit comments

Comments
 (0)