mirror of https://github.com/sbt/sbt.git
0.13.0-M1
This commit is contained in:
parent
6d4da5e394
commit
26d422fd0c
|
|
@ -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-SNAPSHOT",
|
||||
version := "0.13.0-M1",
|
||||
publishArtifact in packageDoc := false,
|
||||
scalaVersion := "2.10.1",
|
||||
publishMavenStyle := false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue