mirror of https://github.com/sbt/sbt.git
Fix project/scala3-cross-target
This commit is contained in:
parent
56f2a9a031
commit
c3d6bfeaa4
|
|
@ -1,7 +1,7 @@
|
|||
> compile
|
||||
|
||||
$ exists target/scala-3.0.0-RC2-bin-20210328-cca5f8f-NIGHTLY/classes/Foo$.class
|
||||
$ exists target/scala-3.3.4/classes/Foo$.class
|
||||
|
||||
> package
|
||||
|
||||
$ exists target/scala-3.0.0-RC2-bin-20210328-cca5f8f-NIGHTLY/foo_3.0.0-RC2-1.0.0.jar
|
||||
$ exists target/scala-3.3.4/foo_3-1.0.0.jar
|
||||
|
|
|
|||
Loading…
Reference in New Issue