Bump version for next sbt release.

This commit is contained in:
Josh Suereth 2014-09-10 12:36:05 -04:00
parent 0f88b7a4f3
commit 8451caf93a
1 changed files with 1 additions and 1 deletions

View File

@ -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,