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 11package 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments