mirror of https://github.com/sbt/sbt.git
Add test for 8458
This commit is contained in:
parent
bd03184cf5
commit
d3f7f6bf90
|
|
@ -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
|
||||
)
|
||||
|
|
@ -0,0 +1 @@
|
|||
> compile
|
||||
Loading…
Reference in New Issue