Skip to content

Commit

Permalink
Merge pull request #707 from typelevel/update/scala-library-2.12.19
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.19
  • Loading branch information
ahjohannessen authored Feb 27, 2024
2 parents af7f662 + 7eed006 commit 2d46f22
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 @@ -4,7 +4,7 @@ import Dependencies._

lazy val Scala3 = "3.3.1"
lazy val Scala213 = "2.13.12"
lazy val Scala212 = "2.12.18"
lazy val Scala212 = "2.12.19"

lazy val axesDefault =
Seq(VirtualAxis.scalaABIVersion(Scala213), VirtualAxis.jvm)
Expand Down

0 comments on commit 2d46f22

Please sign in to comment.