Skip to content

Commit

Permalink
Update sbt 2.0.0-M2 to 2.0.0-M3 (#87)
Browse files Browse the repository at this point in the history
and scala 3.3.4 to 3.6.2
  • Loading branch information
Philippus authored Jan 3, 2025
1 parent eca1e6b commit 7950ff9
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.5.8"
case _ => "2.0.0-M2"
case _ => "2.0.0-M3"
}
}

Expand Down

0 comments on commit 7950ff9

Please sign in to comment.