mirror of https://github.com/sbt/sbt.git
Update version to 0.13.12-SNAPSHOT
This commit is contained in:
parent
260aa7624f
commit
d5e2e7d406
|
|
@ -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.11-SNAPSHOT",
|
||||
version := "0.13.12-SNAPSHOT",
|
||||
bintrayOrganization := Some(if (publishStatus.value == "releases") "typesafe" else "sbt"),
|
||||
bintrayRepository := s"ivy-${publishStatus.value}",
|
||||
bintrayPackage := "sbt",
|
||||
|
|
|
|||
Loading…
Reference in New Issue