Skip to content

Commit

Permalink
Merge pull request #197 from scalameta/update/scala-compiler-2.13.13
Browse files Browse the repository at this point in the history
Update scala-compiler, scala-library, ... to 2.13.13
  • Loading branch information
tgodzik authored Apr 17, 2024
2 parents da8e51e + 0bb508e commit 98235eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ lazy val V = new {
def scalacheck = "1.17.0"
}
val scala212 = "2.12.19"
val scala213 = "2.13.8"

val scala213 = "2.13.13"

val scala3 = "3.3.1"

val ScalaVersions = List(scala213, scala212, scala3)
inThisBuild(
List(
Expand Down

0 comments on commit 98235eb

Please sign in to comment.