Skip to content

Commit e333726

Browse files
authored
Set Scala 3.6.2 as the latest Next announced version (#3365)
1 parent a3ab36d commit e333726

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 scala3NextPrefix = "3.6"
1212
def scala3Next = s"$scala3NextPrefix.2" // the newest/next version of Scala
13-
def scala3NextAnnounced = "3.5.2" // the newest/next version of Scala that's been announced
13+
def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
1414
def scala3NextRc = "3.6.3-RC1" // the latest RC version of Scala Next
1515
def scala3NextRcAnnounced = "3.6.2-RC3" // the latest RC version of Scala Next
1616

0 commit comments

Comments
 (0)