Skip to content

Commit 6818c32

Browse files
Update Scala 3 Next RC to 3.5.2-RC1 (#3187)
1 parent bd02410 commit 6818c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Scala {
1010
def scala3Lts = s"$scala3LtsPrefix.3" // the LTS version currently used in the build
1111
def scala3Next = "3.5.1" // the newest/next version of Scala
1212
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
13+
def scala3NextRc = "3.5.2-RC1" // the latest RC version of Scala Next
1414

1515
// The Scala version used to build the CLI itself.
1616
def defaultInternal = sys.props.get("scala.version.internal").getOrElse(scala3Lts)

0 commit comments

Comments
 (0)