Skip to content

Commit 845c69a

Browse files
authored
chore: Update next to 3.5.2-RC2 (#3224)
1 parent fa7f511 commit 845c69a

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.4" // the LTS version currently used in the build
1111
def scala3Next = "3.5.1" // the newest/next version of Scala
1212
def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
13-
def scala3NextRc = "3.5.2-RC1" // the latest RC version of Scala Next
13+
def scala3NextRc = "3.5.2-RC2" // 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)