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 56cc1db commit c560e6dCopy full SHA for c560e6d
build.sbt
@@ -26,7 +26,7 @@ lazy val commonSettings =
26
version.get.replace(".*", "-SNAPSHOT")
27
}
28
},
29
- crossScalaVersions := Seq(currentScalaVersion, "2.12.12", "2.11.12"),
+ crossScalaVersions := Seq(currentScalaVersion, "2.12.13", "2.11.12"),
30
scalafmtOnCompile := true,
31
scalacOptions ++= Seq(
32
"-unchecked",
0 commit comments