Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down