mirror of https://github.com/sbt/sbt.git
snapshot version for development
This commit is contained in:
parent
6cee9d4aa4
commit
cb3df0982f
|
|
@ -14,7 +14,7 @@ object Sbt extends Build
|
||||||
override lazy val settings = super.settings ++ buildSettings ++ Status.settings
|
override lazy val settings = super.settings ++ buildSettings ++ Status.settings
|
||||||
def buildSettings = Seq(
|
def buildSettings = Seq(
|
||||||
organization := "org.scala-sbt",
|
organization := "org.scala-sbt",
|
||||||
version := "0.13.0-Beta2",
|
version := "0.13.0-SNAPSHOT",
|
||||||
publishArtifact in packageDoc := false,
|
publishArtifact in packageDoc := false,
|
||||||
scalaVersion := "2.10.2-RC2",
|
scalaVersion := "2.10.2-RC2",
|
||||||
publishMavenStyle := false,
|
publishMavenStyle := false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue