We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719caca commit 5eb6febCopy full SHA for 5eb6feb
build.sbt
@@ -26,7 +26,7 @@ lazy val root = (project in file("."))
26
pluginCrossBuild / sbtVersion := {
27
scalaBinaryVersion.value match {
28
case "2.12" => "1.5.8"
29
- case _ => "2.0.0-M3"
+ case _ => "2.0.0-M4"
30
}
31
},
32
Compile / doc / scalacOptions ++= {
0 commit comments