mirror of https://github.com/sbt/sbt.git
Fix source-dependencies/cross-source
This commit is contained in:
parent
0eba0c35ca
commit
c4ca5b0fd7
|
|
@ -1,3 +0,0 @@
|
|||
object B {
|
||||
def show(what: String): String = "String interpolation is " + what.toUpperCase
|
||||
}
|
||||
|
|
@ -5,12 +5,3 @@
|
|||
# A.scala needs B.scala, it would be in source list
|
||||
> ++2.10.4
|
||||
> compile
|
||||
|
||||
# A.scala needs B.scala, it would be in source list
|
||||
> ++2.9.3
|
||||
> compile
|
||||
|
||||
# Injecting the wrong B.scala in source list
|
||||
$ copy-file src/main/scala-2.10/B.scala src/main/scala-2.9.3/B.scala
|
||||
> ++2.9.3
|
||||
-> compile
|
||||
|
|
|
|||
Loading…
Reference in New Issue