Skip to content

Commit

Permalink
Merge pull request #492 from scalacenter/update/scala-library-2.12.20
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.20
  • Loading branch information
adpi2 authored Sep 5, 2024
2 parents 2fd5ad1 + 413788b commit be36b22
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 @@ -232,7 +232,7 @@ def isCI = System.getenv("CI") != null
lazy val V = new {
val scala213 = "2.13.14"
val scala213BinaryVersion = "2.13"
val scala212 = "2.12.19"
val scala212 = "2.12.20"
val scalatest = "3.2.19"
val scala3 = "3.3.3"
val scalafix = "0.12.1"
Expand Down

0 comments on commit be36b22

Please sign in to comment.