mirror of https://github.com/sbt/sbt.git
Reset sbt version after merge.
This commit is contained in:
parent
9aacec8918
commit
31088791da
|
|
@ -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.7-RC2",
|
||||
version := "0.13.8-SNAPSHOT",
|
||||
publishArtifact in packageDoc := false,
|
||||
scalaVersion := "2.10.4",
|
||||
publishMavenStyle := false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue