Skip to content

Commit 7d54abd

Browse files
committed
Test Scala 3.3.7-RC2 (3.3 LTS Release Candidate)
1 parent f4653b5 commit 7d54abd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/deps/package.mill.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ object Cli {
99
object Scala {
1010
def scala212 = "2.12.20"
1111
def scala213 = "2.13.16"
12-
def scala3LtsPrefix = "3.3" // used for the LTS version tags
13-
def scala3Lts = s"$scala3LtsPrefix.6" // the LTS version currently used in the build
12+
def scala3LtsPrefix = "3.3" // used for the LTS version tags
13+
def scala3Lts = s"$scala3LtsPrefix.7-RC2" // the LTS version currently used in the build
1414
def runnerScala3 = scala3Lts
1515
def scala3NextPrefix = "3.7"
16-
def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala
16+
def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala
1717
def scala3NextAnnounced =
1818
s"$scala3NextPrefix.2" // the newest/next version of Scala that's been announced
19-
def scala3NextRc = "3.7.3-RC3" // the latest RC version of Scala Next
19+
def scala3NextRc = "3.7.3-RC3" // the latest RC version of Scala Next
2020
def scala3NextRcAnnounced = scala3NextRc // the latest announced RC version of Scala Next
2121

2222
// The Scala version used to build the CLI itself.

0 commit comments

Comments
 (0)