Skip to content

Commit 5459417

Browse files
Update scala3-library to 3.7.0-RC3 (#3638)
1 parent 42996b7 commit 5459417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Scala {
1111
def scala3NextPrefix = "3.6"
1212
def scala3Next = s"$scala3NextPrefix.4" // the newest/next version of Scala
1313
def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
14-
def scala3NextRc = "3.7.0-RC2" // the latest RC version of Scala Next
14+
def scala3NextRc = "3.7.0-RC3" // the latest RC version of Scala Next
1515
def scala3NextRcAnnounced = "3.7.0-RC1" // the latest announced RC version of Scala Next
1616

1717
// The Scala version used to build the CLI itself.

0 commit comments

Comments
 (0)