2.8.1.RC2

This commit is contained in:
Mark Harrah
2010-09-30 07:21:07 -04:00
parent 8d1b1f89bf
commit b6ff9d8661
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)