Skip to content

Commit 5c3ddb6

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

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
@@ -7,7 +7,7 @@ object Scala {
77
def scala213 = "2.13.16"
88
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
99
def scala3LtsPrefix = "3.3" // used for the LTS version tags
10-
def scala3Lts = s"$scala3LtsPrefix.5" // the LTS version currently used in the build
10+
def scala3Lts = s"$scala3LtsPrefix.6-RC1" // the LTS version currently used in the build
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

0 commit comments

Comments
 (0)