mirror of https://github.com/sbt/sbt.git
Bump version for 0.13.7-RC1
This commit is contained in:
parent
b834be8bfa
commit
bd2fef571e
|
|
@ -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-SNAPSHOT",
|
||||
version := "0.13.7-RC1",
|
||||
publishArtifact in packageDoc := false,
|
||||
scalaVersion := "2.10.4",
|
||||
publishMavenStyle := false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue