mirror of https://github.com/sbt/sbt.git
0.11.0-RC0
This commit is contained in:
parent
b3291dc4ee
commit
e0103293f6
|
|
@ -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-SNAPSHOT",
|
||||
version := "0.11.0-RC0",
|
||||
publishArtifact in packageDoc := false,
|
||||
scalaVersion := "2.9.1",
|
||||
publishMavenStyle := false,
|
||||
|
|
@ -88,7 +88,6 @@ object Sbt extends Build
|
|||
lazy val precompiled290 = precompiled("2.9.0")
|
||||
lazy val precompiled281 = precompiled("2.8.1")
|
||||
lazy val precompiled280 = precompiled("2.8.0")
|
||||
// lazy val precompiled27 = precompiled("2.7.7")
|
||||
|
||||
// Implements the core functionality of detecting and propagating changes incrementally.
|
||||
// Defines the data structures for representing file fingerprints and relationships and the overall source analysis
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
[scala]
|
||||
version: 2.8.1
|
||||
version: 2.9.1
|
||||
|
||||
[app]
|
||||
org: org.scala-tools.sbt
|
||||
name: sbt
|
||||
version: read(sbt.version)[0.10.2-SNAPSHOT]
|
||||
version: read(sbt.version)[0.11.0-RC0]
|
||||
class: ${sbt.main.class-sbt.xMain}
|
||||
components: xsbti
|
||||
cross-versioned: true
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
[scala]
|
||||
version: 2.8.1
|
||||
version: 2.9.1
|
||||
|
||||
[app]
|
||||
org: org.scala-tools.sbt
|
||||
name: sbt
|
||||
version: 0.10.2-SNAPSHOT
|
||||
version: 0.11.0-RC0
|
||||
class: sbt.ScriptMain
|
||||
components: xsbti
|
||||
cross-versioned: true
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
[scala]
|
||||
version: 2.8.1
|
||||
version: 2.9.1
|
||||
|
||||
[app]
|
||||
org: org.scala-tools.sbt
|
||||
name: sbt
|
||||
version: 0.10.2-SNAPSHOT
|
||||
version: 0.11.0-RC0
|
||||
class: sbt.ConsoleMain
|
||||
components: xsbti
|
||||
cross-versioned: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue