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 8cac4d2 commit f9ebb0aCopy full SHA for f9ebb0a
build.sbt
@@ -2,7 +2,7 @@ lazy val commonSettings = Seq(
2
organization := "com.whisk",
3
version := "0.10.0-RC",
4
scalaVersion := "2.13.6",
5
- crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12", "3.0.2"),
+ crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12"),
6
scalacOptions ++= Seq("-feature", "-deprecation"),
7
Test / fork := true,
8
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
0 commit comments