We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23e51f commit edd0516Copy full SHA for edd0516
project/deps.sc
@@ -9,7 +9,7 @@ object Scala {
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
11
def scala3Next = "3.5.2" // the newest/next version of Scala
12
- def scala3NextAnnounced = "3.5.1" // the newest/next version of Scala that's been announced
+ def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
13
def scala3NextRc = "3.5.2-RC2" // the latest RC version of Scala Next
14
15
// The Scala version used to build the CLI itself.
0 commit comments