mirror of https://github.com/sbt/sbt.git
Bump version number for next bout of development.
This commit is contained in:
parent
d198ea4099
commit
98ed08a976
|
|
@ -13,7 +13,7 @@ object Sbt extends Build {
|
|||
override lazy val settings = super.settings ++ buildSettings ++ Status.settings ++ nightlySettings
|
||||
def buildSettings = Seq(
|
||||
organization := "org.scala-sbt",
|
||||
version := "0.13.5-SNAPSHOT",
|
||||
version := "0.13.6-SNAPSHOT",
|
||||
publishArtifact in packageDoc := false,
|
||||
scalaVersion := "2.10.4",
|
||||
publishMavenStyle := false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue