scripted tests using 2.8.1.RC4

This commit is contained in:
Mark Harrah 2010-10-30 11:55:12 -04:00
parent 0846ffd02b
commit 2a68806cc5
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,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.RC2"
def scriptedScalaVersions = "2.8.1.RC4"
lazy val scripted = task { args => task {
val launcher = launchSub.outputJar.asFile
val loader = ClasspathUtilities.toLoader(scriptedSbtSub.testClasspath, buildScalaInstance.loader)