We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bc8d2 commit 2a256f0Copy full SHA for 2a256f0
project/deps/package.mill.scala
@@ -10,7 +10,7 @@ object Scala {
10
def scala212 = "2.12.20"
11
def scala213 = "2.13.17"
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
+ def scala3Lts = s"$scala3LtsPrefix.7" // the LTS version currently used in the build
14
def runnerScala3 = scala3Lts
15
def scala3NextPrefix = "3.7"
16
def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala
0 commit comments