Skip to content

Commit 0b5efbe

Browse files
committed
Scala 3.3.3, 2.13.13, 2.12.19
I didn't go to 2.13.14 because I'd have to upgrade Scala.js as well and we seek to avoid doing that in this repo unless we must, for maximum compatibility going from Scala 3.2 to 3.3 might seem inconsistent with that, but I think we should do it, because all of the messaging around Scala 3 has been super consistent that 3.3 is the first LTS and older versions are dead. plus 3.3 isn't at all new anymore.
1 parent a5a3d79 commit 0b5efbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ lazy val root = project
5050
lazy val junit = libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test
5151

5252
lazy val scala211 = "2.11.12"
53-
lazy val scala212 = "2.12.17"
54-
lazy val scala213 = "2.13.11"
55-
lazy val scala3 = "3.2.2"
53+
lazy val scala212 = "2.12.19"
54+
lazy val scala213 = "2.13.13"
55+
lazy val scala3 = "3.3.3"
5656

5757
lazy val compat = new MultiScalaCrossProject(
5858
"compat",

0 commit comments

Comments
 (0)