mirror of https://github.com/sbt/sbt.git
0.13.9-SNAPSHOT
This commit is contained in:
parent
80291d95e7
commit
efd0c5a2e5
|
|
@ -12,7 +12,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.8"
|
version in ThisBuild := "0.13.9-SNAPSHOT"
|
||||||
)
|
)
|
||||||
|
|
||||||
def commonSettings: Seq[Setting[_]] = Seq(
|
def commonSettings: Seq[Setting[_]] = Seq(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue