mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
Update version to 0.13.12-SNAPSHOT
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user