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 986f33c commit 8f5b57fCopy full SHA for 8f5b57f
project/deps.sc
@@ -5,7 +5,7 @@ object Scala {
5
def scala213 = "2.13.13"
6
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
7
def scala3LtsPrefix = "3.3" // used for the LTS version tags
8
- def scala3Lts = s"$scala3LtsPrefix.2" // the LTS version currently used in the build
+ def scala3Lts = s"$scala3LtsPrefix.3" // the LTS version currently used in the build
9
def scala3Next = "3.4.0" // the newest/next version of Scala
10
11
// The Scala version used to build the CLI itself.
0 commit comments