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 bd02410 commit 6818c32Copy full SHA for 6818c32
project/deps.sc
@@ -10,7 +10,7 @@ object Scala {
10
def scala3Lts = s"$scala3LtsPrefix.3" // 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.1-RC2" // the latest RC version of Scala Next
+ def scala3NextRc = "3.5.2-RC1" // the latest RC version of Scala Next
14
15
// The Scala version used to build the CLI itself.
16
def defaultInternal = sys.props.get("scala.version.internal").getOrElse(scala3Lts)
0 commit comments