mirror of https://github.com/sbt/sbt.git
fix protect/aggregate
This commit is contained in:
parent
690beddf02
commit
a643380da5
|
|
@ -1,3 +1,3 @@
|
|||
name := "projA"
|
||||
|
||||
scalaVersion := "2.11.8"
|
||||
scalaVersion := "2.12.8"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
> compile
|
||||
$ exists projA/target/scala-2.11/classes/A.class
|
||||
$ exists projA/target/scala-2.12/classes/A.class
|
||||
|
|
|
|||
Loading…
Reference in New Issue