Bump version to 0.13.13-SNAPSHOT

This commit is contained in:
Dale Wijnand 2016-07-18 10:21:52 +01:00
parent 4fe6b07033
commit b2731717fe
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.12",
version := "0.13.13-SNAPSHOT",
bintrayOrganization := Some(if (publishStatus.value == "releases") "typesafe" else "sbt"),
bintrayRepository := s"ivy-${publishStatus.value}",
bintrayPackage := "sbt",