Skip to content

Commit

Permalink
Update sbt 2 up to 2.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
limansky authored Dec 18, 2024
1 parent 54d199b commit 078860e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ libraryDependencies ++= Seq(
(pluginCrossBuild / sbtVersion) := {
scalaBinaryVersion.value match {
case "2.12" => "1.5.8"
case _ => "2.0.0-M2"
case _ => "2.0.0-M3"
}
}

Expand Down

0 comments on commit 078860e

Please sign in to comment.