Skip to content

Commit

Permalink
Merge pull request #660 from SethTisue/scala-bumps
Browse files Browse the repository at this point in the history
Scala 3.3.3, 2.13.13, 2.12.19
  • Loading branch information
SethTisue authored Sep 7, 2024
2 parents a5a3d79 + 0b5efbe commit 3fe1cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ lazy val root = project
lazy val junit = libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test

lazy val scala211 = "2.11.12"
lazy val scala212 = "2.12.17"
lazy val scala213 = "2.13.11"
lazy val scala3 = "3.2.2"
lazy val scala212 = "2.12.19"
lazy val scala213 = "2.13.13"
lazy val scala3 = "3.3.3"

lazy val compat = new MultiScalaCrossProject(
"compat",
Expand Down

0 comments on commit 3fe1cb0

Please sign in to comment.