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 b773198 commit 0f21c40Copy full SHA for 0f21c40
build.sbt
@@ -2,7 +2,7 @@ lazy val commonSettings = Seq(
2
organization := "com.whisk",
3
version := "0.9.9",
4
scalaVersion := "2.13.0",
5
- crossScalaVersions := Seq("2.13.0", "2.12.3", "2.11.11"),
+ crossScalaVersions := Seq("2.13.0", "2.12.8", "2.11.12"),
6
scalacOptions ++= Seq("-feature", "-deprecation"),
7
fork in Test := true,
8
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
0 commit comments