Skip to content

Commit 2ddd8d0

Browse files
authored
Set Scala 3.7.2 as the latest announced Scala 3 Next (#3812)
1 parent bc2f025 commit 2ddd8d0

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

project/deps/package.mill.scala

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ object Cli {
77
}
88

99
object Scala {
10-
def scala212 = "2.12.20"
11-
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
14-
def runnerScala3 = scala3Lts
15-
def scala3NextPrefix = "3.7"
16-
def scala3Next = s"$scala3NextPrefix.2" // the newest/next version of Scala
17-
def scala3NextAnnounced =
18-
s"$scala3NextPrefix.1" // the newest/next version of Scala that's been announced
19-
def scala3NextRc = "3.7.2-RC2" // the latest RC version of Scala Next
10+
def scala212 = "2.12.20"
11+
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
14+
def runnerScala3 = scala3Lts
15+
def scala3NextPrefix = "3.7"
16+
def scala3Next = s"$scala3NextPrefix.2" // the newest/next version of Scala
17+
def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
18+
def scala3NextRc = "3.7.2-RC2" // the latest RC version of Scala Next
2019
def scala3NextRcAnnounced = scala3NextRc // the latest announced RC version of Scala Next
2120

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

0 commit comments

Comments
 (0)