snapshot version for development

This commit is contained in:
Mark Harrah 2013-06-06 20:06:07 -04:00
parent 6cee9d4aa4
commit cb3df0982f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ object Sbt extends Build
override lazy val settings = super.settings ++ buildSettings ++ Status.settings
def buildSettings = Seq(
organization := "org.scala-sbt",
version := "0.13.0-Beta2",
version := "0.13.0-SNAPSHOT",
publishArtifact in packageDoc := false,
scalaVersion := "2.10.2-RC2",
publishMavenStyle := false,