mirror of https://github.com/sbt/sbt.git
call it compiler-bridge_2.13
This commit is contained in:
parent
9c16938c6a
commit
9daae10ad9
|
|
@ -44,8 +44,7 @@ private[sbt] object ZincComponentCompiler {
|
||||||
case sc if (sc startsWith "2.11.") => "compiler-bridge_2.11"
|
case sc if (sc startsWith "2.11.") => "compiler-bridge_2.11"
|
||||||
case sc if (sc startsWith "2.12.") => "compiler-bridge_2.12"
|
case sc if (sc startsWith "2.12.") => "compiler-bridge_2.12"
|
||||||
case "2.13.0-M1" => "compiler-bridge_2.12"
|
case "2.13.0-M1" => "compiler-bridge_2.12"
|
||||||
case sc if (sc startsWith "2.13.") => "compiler-bridge_2.13.0-RC1"
|
case _ => "compiler-bridge_2.13"
|
||||||
case _ => "compiler-bridge_2.13.0-RC1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
import xsbti.ArtifactInfo.SbtOrganization
|
import xsbti.ArtifactInfo.SbtOrganization
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue