mirror of https://github.com/sbt/sbt.git
0.13.14-RC2
This commit is contained in:
parent
7f2bf7ce1b
commit
8b74f1d9d3
|
|
@ -7,7 +7,7 @@ import Sxr.sxr
|
||||||
// but can be shared across the multi projects.
|
// but can be shared across the multi projects.
|
||||||
def buildLevelSettings: Seq[Setting[_]] = inThisBuild(Seq(
|
def buildLevelSettings: Seq[Setting[_]] = inThisBuild(Seq(
|
||||||
organization := "org.scala-sbt",
|
organization := "org.scala-sbt",
|
||||||
version := "0.13.14-RC1",
|
version := "0.13.14-RC2",
|
||||||
bintrayOrganization := Some(if (publishStatus.value == "releases") "typesafe" else "sbt"),
|
bintrayOrganization := Some(if (publishStatus.value == "releases") "typesafe" else "sbt"),
|
||||||
bintrayRepository := s"ivy-${publishStatus.value}",
|
bintrayRepository := s"ivy-${publishStatus.value}",
|
||||||
bintrayPackage := "sbt",
|
bintrayPackage := "sbt",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue