mirror of https://github.com/sbt/sbt.git
set version back to snapshot
This commit is contained in:
parent
f096d76cf6
commit
dbd1096012
|
|
@ -15,7 +15,7 @@ object Sbt extends Build
|
|||
override lazy val settings = super.settings ++ buildSettings ++ Status.settings
|
||||
def buildSettings = Seq(
|
||||
organization := "org.scala-tools.sbt",
|
||||
version := "0.11.0-RC0",
|
||||
version := "0.11.0-SNAPSHOT",
|
||||
publishArtifact in packageDoc := false,
|
||||
scalaVersion := "2.9.1",
|
||||
publishMavenStyle := false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue