We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae910ff commit 31acde8Copy full SHA for 31acde8
build.sbt
@@ -60,7 +60,7 @@ lazy val plugin = project.enablePlugins(SbtPlugin).settings(
60
pluginCrossBuild / sbtVersion := {
61
scalaBinaryVersion.value match {
62
case "2.12" => "1.2.8"
63
- case _ => "2.0.0-M3"
+ case _ => "2.0.0-M4"
64
}
65
},
66
conflictWarning := {
0 commit comments