mirror of https://github.com/sbt/sbt.git
0.13.9
This commit is contained in:
parent
5c6e055917
commit
0fdf0ce939
|
|
@ -11,7 +11,7 @@ import Sxr.sxr
|
|||
// but can be shared across the multi projects.
|
||||
def buildLevelSettings: Seq[Setting[_]] = Seq(
|
||||
organization in ThisBuild := "org.scala-sbt",
|
||||
version in ThisBuild := "0.13.9-SNAPSHOT",
|
||||
version in ThisBuild := "0.13.9",
|
||||
// bintrayOrganization in ThisBuild := None,
|
||||
// bintrayRepository in ThisBuild := "test-test-test",
|
||||
bintrayOrganization in ThisBuild := {
|
||||
|
|
|
|||
Loading…
Reference in New Issue