Skip to content

Commit 2a256f0

Browse files
authored
Bump internal Scala version to 3.3.7 (#3906)
1 parent 66bc8d2 commit 2a256f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps/package.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Scala {
1010
def scala212 = "2.12.20"
1111
def scala213 = "2.13.17"
1212
def scala3LtsPrefix = "3.3" // used for the LTS version tags
13-
def scala3Lts = s"$scala3LtsPrefix.6" // the LTS version currently used in the build
13+
def scala3Lts = s"$scala3LtsPrefix.7" // the LTS version currently used in the build
1414
def runnerScala3 = scala3Lts
1515
def scala3NextPrefix = "3.7"
1616
def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala

0 commit comments

Comments
 (0)