call it compiler-bridge_2.13

This commit is contained in:
Eugene Yokota 2019-04-04 15:17:27 -04:00
parent 9c16938c6a
commit 9daae10ad9
1 changed files with 1 additions and 2 deletions

View File

@ -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.12.") => "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.0-RC1"
case _ => "compiler-bridge_2.13"
}
}
import xsbti.ArtifactInfo.SbtOrganization