File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ object directives extends Directives
75
75
object core extends Core
76
76
object `build-module` extends Build
77
77
object runner extends Cross [Runner ](Scala .runnerScalaVersions)
78
- object `test-runner` extends Cross [TestRunner ](Scala .runnerScalaVersions)
78
+ object `test-runner` extends Cross [TestRunner ](Scala .runnerScalaVersions :+ Scala .scala3 )
79
79
object `tasty-lib` extends Cross [TastyLib ](Scala .all)
80
80
// Runtime classes used within native image on Scala 3 replacing runtime from Scala
81
81
object `scala3-runtime` extends Scala3Runtime
@@ -623,8 +623,7 @@ trait Build extends ScalaCliSbtModule with ScalaCliPublishModule with HasTests
623
623
options,
624
624
directives,
625
625
`scala-cli-bsp`,
626
- // Depending on version compiled with Scala 3 pulls older stdlib
627
- `test-runner`(Scala .runnerScala3),
626
+ `test-runner`(scalaVer),
628
627
`tasty-lib`(scalaVer)
629
628
)
630
629
def scalacOptions = T {
You can’t perform that action at this time.
0 commit comments