Skip to content

Commit 9497b8c

Browse files
committed
Fix test-runner module default Scala version to 3.0.2 (to match the standard runner)
1 parent 5dd4baa commit 9497b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ object `build-module` extends Cross[Build](Scala.scala3MainVersions)
9393
with CrossScalaDefaultToInternal
9494
object runner extends Cross[Runner](Scala.runnerScalaVersions) with CrossScalaDefaultToRunner
9595
object `test-runner` extends Cross[TestRunner](Scala.testRunnerScalaVersions)
96-
with CrossScalaDefaultToInternal
96+
with CrossScalaDefaultToRunner
9797
object `tasty-lib` extends Cross[TastyLib](Scala.all) with CrossScalaDefaultToInternal
9898
// Runtime classes used within native image on Scala 3 replacing runtime from Scala
9999
object `scala3-runtime` extends Cross[Scala3Runtime](Scala.scala3MainVersions)

0 commit comments

Comments
 (0)