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.
|
||||
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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue