Skip to content

Commit

Permalink
Update scala-library to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2024
1 parent 4c6eac3 commit 23b9541
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
@@ -1,7 +1,7 @@
import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._

val Scala2_13 = "2.13.10"
val Scala2_12 = "2.12.17"
val Scala2_12 = "2.12.20"

val supportedScalaVersions = List(Scala2_13, Scala2_12)

Expand Down

0 comments on commit 23b9541

Please sign in to comment.