mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
2.8.1.RC2
This commit is contained in:
@@ -2,4 +2,4 @@ project.organization=org.scala-tools.sbt
|
||||
project.name=xsbt
|
||||
sbt.version=0.7.4
|
||||
project.version=0.9.0-SNAPSHOT
|
||||
build.scala.versions=2.8.1.RC1
|
||||
build.scala.versions=2.8.1.RC2
|
||||
|
||||
@@ -343,7 +343,7 @@ class XSbt(info: ProjectInfo) extends ParentProject(info) with NoCrossPaths
|
||||
override def normalizedName = "sbt"
|
||||
override def testWithCompileClasspath = super.testWithCompileClasspath ++ Seq(scriptedSbtSub)
|
||||
override def testAction = super.testAction dependsOn(publishLocal)
|
||||
def scriptedScalaVersions = "2.8.1.RC1"
|
||||
def scriptedScalaVersions = "2.8.1.RC2"
|
||||
lazy val scripted = task { args => task {
|
||||
val launcher = launchSub.outputJar.asFile
|
||||
val loader = ClasspathUtilities.toLoader(scriptedSbtSub.testClasspath, buildScalaInstance.loader)
|
||||
|
||||
Reference in New Issue
Block a user