Skip to content

Commit 5eb6feb

Browse files
committed
sbt 2.0.0-M4
1 parent 719caca commit 5eb6feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy val root = (project in file("."))
2626
pluginCrossBuild / sbtVersion := {
2727
scalaBinaryVersion.value match {
2828
case "2.12" => "1.5.8"
29-
case _ => "2.0.0-M3"
29+
case _ => "2.0.0-M4"
3030
}
3131
},
3232
Compile / doc / scalacOptions ++= {

0 commit comments

Comments
 (0)