mirror of https://github.com/sbt/sbt.git
Merge pull request #2474 from dwijnand/bump-versions
Bump to 0.13.12-SNAPSHOT & 0.13.11
This commit is contained in:
commit
65201a578b
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=0.13.9
|
||||
sbt.version=0.13.11
|
||||
|
|
|
|||
Loading…
Reference in New Issue