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 34a4841 commit dae199cCopy full SHA for dae199c
build.sbt
@@ -2,9 +2,8 @@ lazy val commonSettings = Seq(
2
organization := "com.whisk",
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", "-target:jvm-11"),
7
- javacOptions ++= Seq("-source", "11", "-target", "11"),
+ crossScalaVersions := Seq("2.13.16", "2.12.15", "3.0.2"),
+ scalacOptions ++= Seq("-feature", "-deprecation"),
8
Test / fork := true,
9
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
10
sonatypeProfileName := "com.whisk",
0 commit comments