0.13.14-RC2

This commit is contained in:
Eugene Yokota 2017-03-20 23:12:27 -04:00
parent 7f2bf7ce1b
commit 8b74f1d9d3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import Sxr.sxr
// but can be shared across the multi projects.
def buildLevelSettings: Seq[Setting[_]] = inThisBuild(Seq(
organization := "org.scala-sbt",
version := "0.13.14-RC1",
version := "0.13.14-RC2",
bintrayOrganization := Some(if (publishStatus.value == "releases") "typesafe" else "sbt"),
bintrayRepository := s"ivy-${publishStatus.value}",
bintrayPackage := "sbt",