mirror of https://github.com/sbt/sbt.git
Adds Hello world for 2.10, 2.11, and 2.12
This commit is contained in:
parent
5cea7ae09f
commit
ef6193e8cf
|
|
@ -85,6 +85,7 @@ abstract class BridgeProviderSpecification extends BaseIvySpecification {
|
|||
def compilerBridgeId(scalaVersion: String) =
|
||||
scalaVersion match {
|
||||
case sc if (sc startsWith "2.10.") => "compiler-bridge_2.10"
|
||||
case sc if (sc startsWith "2.11.") => "compiler-bridge_2.11"
|
||||
case _ => "compiler-bridge_2.12"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue