File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
modules/integration/src/test/scala/scala/cli/integration Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
package scala .cli .integration
2
2
3
- class ReplTests3Lts extends ReplTestDefinitions
4
- with ReplAmmoniteTestDefinitions
5
- with ReplAmmoniteTests3StableDefinitions
6
- with Test3Lts
3
+ class ReplTests3Lts extends ReplTestDefinitions with Test3Lts
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object Scala {
7
7
def scala213 = " 2.13.15"
8
8
def runnerScala3 = " 3.0.2" // the newest version that is compatible with all Scala 3.x versions
9
9
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
11
11
def scala3Next = " 3.5.1" // the newest/next version of Scala
12
12
def scala3NextAnnounced = " 3.5.0" // the newest/next version of Scala that's been announced
13
13
def scala3NextRc = " 3.5.2-RC1" // the latest RC version of Scala Next
You can’t perform that action at this time.
0 commit comments