mirror of https://github.com/sbt/sbt.git
Merge pull request #2140 from dwijnand/set-version-to-0.13.10-SNAPSHOT
Set version to 0.13.10-SNAPSHOT.
This commit is contained in:
commit
f230bd36d1
|
|
@ -11,7 +11,7 @@ import Sxr.sxr
|
||||||
// but can be shared across the multi projects.
|
// but can be shared across the multi projects.
|
||||||
def buildLevelSettings: Seq[Setting[_]] = Seq(
|
def buildLevelSettings: Seq[Setting[_]] = Seq(
|
||||||
organization in ThisBuild := "org.scala-sbt",
|
organization in ThisBuild := "org.scala-sbt",
|
||||||
version in ThisBuild := "0.13.9-SNAPSHOT",
|
version in ThisBuild := "0.13.10-SNAPSHOT",
|
||||||
// bintrayOrganization in ThisBuild := None,
|
// bintrayOrganization in ThisBuild := None,
|
||||||
// bintrayRepository in ThisBuild := "test-test-test",
|
// bintrayRepository in ThisBuild := "test-test-test",
|
||||||
bintrayOrganization in ThisBuild := {
|
bintrayOrganization in ThisBuild := {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue