Skip to content

Commit

Permalink
Update sbt 2.0.0-M2 to 2.0.0-M3 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Jan 2, 2025
1 parent 40e975a commit 1d2e47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ developers := List(
enablePlugins(SbtPlugin)

scalaVersion := "2.12.20"
crossScalaVersions += "3.3.4"
crossScalaVersions += "3.6.2"

pluginCrossBuild / sbtVersion := {
scalaBinaryVersion.value match {
case "2.12" => "1.10.5"
case _ => "2.0.0-M2"
case _ => "2.0.0-M3"
}
}

Expand Down

0 comments on commit 1d2e47f

Please sign in to comment.