Skip to content

Commit

Permalink
Update scala-library to 2.12.20 (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot authored Sep 4, 2024
1 parent cddb253 commit bc162ad
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 @@ -19,7 +19,7 @@ addCommandAlias("format", "scalafmtAll; scalafmtSbt")
Global / onChangedBuildSource := ReloadOnSourceChanges

val versions = new {
val scala = "2.12.19" // Must use Scala 2.12.x for sbt plugins
val scala = "2.12.20" // Must use Scala 2.12.x for sbt plugins
val airframe = "24.8.0"
val sonatypeZapperClient = "1.3"
val sttp = "4.0.0-M16"
Expand Down

0 comments on commit bc162ad

Please sign in to comment.