Skip to content

Commit b8ab90d

Browse files
authored
Update Scala 3 Next RC to 3.6.2-RC1 (#3305)
1 parent ebb311c commit b8ab90d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/deps.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ object Scala {
99
def scala3LtsPrefix = "3.3" // used for the LTS version tags
1010
def scala3Lts = s"$scala3LtsPrefix.4" // the LTS version currently used in the build
1111
def scala3Next = "3.5.2" // the newest/next version of Scala
12-
def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
13-
def scala3NextRc = "3.6.1" // the latest RC version of Scala Next
12+
def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
13+
def scala3NextRc = "3.6.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)