Skip to content

Commit

Permalink
Merge pull request #196 from scalameta/update/scala-compiler-2.12.19
Browse files Browse the repository at this point in the history
Update scala-compiler, scala-library, ... to 2.12.19
  • Loading branch information
tgodzik authored Apr 17, 2024
2 parents 5c86d50 + 306c26f commit d3de817
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 @@ -6,7 +6,7 @@ lazy val V = new {
def munit = "1.0.0-M10"
def scalacheck = "1.17.0"
}
val scala212 = "2.12.15"
val scala212 = "2.12.19"
val scala213 = "2.13.8"
val scala3 = "3.3.1"
val ScalaVersions = List(scala213, scala212, scala3)
Expand Down

0 comments on commit d3de817

Please sign in to comment.