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 dae199c commit 199b580Copy full SHA for 199b580
build.sbt
@@ -2,7 +2,7 @@ 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", "3.0.2"),
+ crossScalaVersions := Seq("2.13.16", "2.12.20", "3.0.2"),
6
scalacOptions ++= Seq("-feature", "-deprecation"),
7
Test / fork := true,
8
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
0 commit comments