From c3eac31b080b39205c9b78e6fbc9bf77a18b2e51 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 19:34:18 +0000 Subject: [PATCH] Update scala3-compiler, scala3-library, ... to 3.3.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d84a55316..2e5cceeda 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ val monocleVersion = "3.3.0" //ThisBuild / scalaVersion := "3.7.3-RC1-bin-SNAPSHOT" // LTS is the default build version; the next series is used to cross-build the // compiler plugin (which depends on the unstable scala3-compiler internal API). -val scala3LtsVersion = "3.3.7" +val scala3LtsVersion = "3.3.8" val scala3NextVersion = "3.8.4" // Scala Native 0.5.12 (latest) supports Scala up to 3.8.3, not 3.8.4 — so the Native platform // targets 3.8.3 while JVM/JS use 3.8.4. Same desugaring as 3.8.4, so budgets/baselines match.