Skip to content

Commit ab5bc67

Browse files
committed
test: Test 3.3.6-RC1 on Scala CLI repo
1 parent 44649d2 commit ab5bc67

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.6.4-RC2" // the latest RC version of Scala Next
14+
def scala3NextRc = "3.3.6-RC1" // the latest RC version of Scala Next
1515
def scala3NextRcAnnounced = scala3NextRc // the latest announced RC version of Scala Next
1616

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

0 commit comments

Comments
 (0)