fix cross-advanced

This commit is contained in:
Adrien Piquerez 2024-03-26 14:37:02 +01:00
parent d001e30530
commit ab9f29590e
1 changed files with 6 additions and 6 deletions

View File

@ -19,9 +19,9 @@
## for command cross building you do need crossScalaVerions on root
> set root/crossScalaVersions := Seq("2.12.17", "2.13.1")
> + build
# $ exists foo/target/scala-2.12
# $ exists foo/target/scala-2.13
# $ exists bar/target/scala-2.12
# $ exists bar/target/scala-2.13
# $ exists client/target/scala-2.12
# $ exists client/target/scala-2.13
$ exists target/out/jvm/scala-2.12.17/foo
$ exists target/out/jvm/scala-2.13.1/foo
$ exists target/out/jvm/scala-2.12.17/bar
$ exists target/out/jvm/scala-2.13.1/bar
$ exists target/out/jvm/scala-2.12.17/client
$ exists target/out/jvm/scala-2.13.1/client