Skip to content

Commit edd0516

Browse files
authored
Set Scala 3.5.2 as the latest announced Scala Next version (#3243)
1 parent f23e51f commit edd0516

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
@@ -9,7 +9,7 @@ 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 = "3.5.1" // the newest/next version of Scala that's been announced
12+
def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
1313
def scala3NextRc = "3.5.2-RC2" // the latest RC version of Scala Next
1414

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

0 commit comments

Comments
 (0)