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 ebd7b13 commit 052ed4dCopy full SHA for 052ed4d
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.0" // the newest/next version of Scala
12
def scala3NextAnnounced = "3.4.2" // the newest/next version of Scala that's been announced
13
- def scala3NextRc = "3.5.0-RC7" // the latest RC version of Scala Next
+ def scala3NextRc = "3.5.1-RC2" // 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