diff --git a/project/Sbt.scala b/project/Sbt.scala index 1f109f2a4..f3a48ab52 100644 --- a/project/Sbt.scala +++ b/project/Sbt.scala @@ -15,7 +15,7 @@ object Sbt extends Build override lazy val settings = super.settings ++ buildSettings ++ Status.settings def buildSettings = Seq( organization := "org.scala-sbt", - version := "0.12.0-M2", + version := "0.12.0-SNAPSHOT", publishArtifact in packageDoc := false, scalaVersion := "2.9.1", publishMavenStyle := false, diff --git a/project/build.properties b/project/build.properties index 84c152ab4..30b81bd04 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.12.0-M1 +sbt.version=0.12.0-M2