Skip to content

Commit 1637984

Browse files
authored
Merge pull request #3208 from Gedochao/update/scala-3.3.4
Update Scala 3 LTS to 3.3.4
2 parents 8823a17 + 6c3ec0c commit 1637984

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
package scala.cli.integration
22

3-
class ReplTests3Lts extends ReplTestDefinitions
4-
with ReplAmmoniteTestDefinitions
5-
with ReplAmmoniteTests3StableDefinitions
6-
with Test3Lts
3+
class ReplTests3Lts extends ReplTestDefinitions with Test3Lts

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.15"
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.3" // the LTS version currently used in the build
10+
def scala3Lts = s"$scala3LtsPrefix.4" // the LTS version currently used in the build
1111
def scala3Next = "3.5.1" // the newest/next version of Scala
1212
def scala3NextAnnounced = "3.5.0" // the newest/next version of Scala that's been announced
1313
def scala3NextRc = "3.5.2-RC1" // the latest RC version of Scala Next

0 commit comments

Comments
 (0)