From 0b5efbe427baaf7a6a6d20fe9616c7a5e93aae67 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 3 Sep 2024 16:58:01 +0200 Subject: [PATCH] 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. --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 549f9749..3a5cba4e 100644 --- a/build.sbt +++ b/build.sbt @@ -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",