mirror of https://github.com/sbt/sbt.git
Merge pull request #1588 from sbt/wip/bump-sbt-version
Bump version for next sbt release.
This commit is contained in:
commit
904c8377b1
|
|
@ -17,7 +17,7 @@ object Sbt extends Build {
|
|||
s"all control/$task collections/$task io/$task completion/$task"
|
||||
def buildSettings = Seq(
|
||||
organization := "org.scala-sbt",
|
||||
version := "0.13.6-SNAPSHOT",
|
||||
version := "0.13.7-SNAPSHOT",
|
||||
publishArtifact in packageDoc := false,
|
||||
scalaVersion := "2.10.4",
|
||||
publishMavenStyle := false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue