Skip to content

Commit

Permalink
sbt 2.0.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Dec 18, 2024
1 parent edfaabc commit e550f39
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,7 +16,7 @@ val tagOrHash = Def.setting {

scalapropsSettings

crossScalaVersions += "3.3.3"
crossScalaVersions += "3.6.2"

libraryDependencies ++= {
scalaBinaryVersion.value match {
Expand All @@ -40,7 +40,7 @@ pluginCrossBuild / sbtVersion := {
case "2.12" =>
(pluginCrossBuild / sbtVersion).value
case _ =>
"2.0.0-M2"
"2.0.0-M3"
}
}

Expand Down

0 comments on commit e550f39

Please sign in to comment.