Skip to content
Closed
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 project/deps/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Scala {
def scala3Lts = s"$scala3LtsPrefix.0"
def scala3LegacyLtsPrefix = "3.3" // old LTS, still used to build the CLI itself
def scala3LtsPrefixes = Seq(scala3LegacyLtsPrefix, scala3LtsPrefix).distinct
def scala3LegacyLts = s"$scala3LegacyLtsPrefix.8"
def scala3LegacyLts = s"$scala3LegacyLtsPrefix.9-RC1"
def runnerScala3 = scala3LegacyLts
def scala3NextPrefix = "3.9"
def scala3Next = s"$scala3NextPrefix.0" // newest version of Scala
Expand Down
Loading