Adds Hello world for 2.10, 2.11, and 2.12

This commit is contained in:
Eugene Yokota 2017-03-23 23:56:42 -04:00
parent 5cea7ae09f
commit ef6193e8cf
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}