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 7a926cb commit b2bb6d2Copy full SHA for b2bb6d2
project/deps.sc
@@ -7,7 +7,7 @@ object Scala {
7
def scala213 = "2.13.15"
8
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
9
def scala3LtsPrefix = "3.3" // used for the LTS version tags
10
- def scala3Lts = s"$scala3LtsPrefix.3" // the LTS version currently used in the build
+ def scala3Lts = s"$scala3LtsPrefix.4" // the LTS version currently used in the build
11
def scala3Next = "3.5.1" // the newest/next version of Scala
12
def scala3NextAnnounced = "3.5.0" // the newest/next version of Scala that's been announced
13
def scala3NextRc = "3.5.2-RC1" // the latest RC version of Scala Next
0 commit comments