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 eec75e4 commit 451055dCopy full SHA for 451055d
build.sbt
@@ -24,7 +24,7 @@ lazy val commonSettings =
24
version.get.replace(".*", "-SNAPSHOT")
25
}
26
},
27
- crossScalaVersions := Seq(currentScalaVersion, "2.12.13", "2.11.12"),
+ crossScalaVersions := Seq(currentScalaVersion, "2.12.14", "2.11.12"),
28
scalafmtOnCompile := true,
29
scalacOptions ++= Seq(
30
"-unchecked",
0 commit comments