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 8a66208 commit 3a30161Copy full SHA for 3a30161
project/deps/package.mill.scala
@@ -20,7 +20,7 @@ object Scala {
20
def scala3Next = s"$scala3NextPrefix.4" // the newest/next version of Scala
21
def scala3NextAnnounced =
22
s"$scala3NextPrefix.3" // the newest/next version of Scala that's been announced
23
- def scala3NextRc = "3.8.0-RC2" // the latest RC version of Scala Next
+ def scala3NextRc = "3.8.0-RC3" // the latest RC version of Scala Next
24
def scala3NextRcAnnounced = "3.7.4-RC3" // the latest announced RC version of Scala Next
25
26
// The Scala version used to build the CLI itself.
0 commit comments