We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec9da1 commit 19f74b2Copy full SHA for 19f74b2
project/deps.sc
@@ -7,7 +7,7 @@ object Scala {
7
def scala213 = "2.13.16"
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.4" // the LTS version currently used in the build
+ def scala3Lts = s"$scala3LtsPrefix.5" // the LTS version currently used in the build
11
def scala3NextPrefix = "3.6"
12
def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala
13
def scala3NextAnnounced =
0 commit comments