Add test for 8458

This commit is contained in:
xuwei-k 2026-01-12 09:38:56 +09:00 committed by kenji yoshida
parent bd03184cf5
commit d3f7f6bf90
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// https://github.com/sbt/sbt/issues/8458
val foo = projectMatrix
.jvmPlatform(
scalaVersions = Seq("2.13.18", "3.3.7"),
crossVersion = CrossVersion.full
)

View File

@ -0,0 +1 @@
> compile