From 2a68806cc5a442e4ab7a08692a73a3840e70cbfb Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sat, 30 Oct 2010 11:55:12 -0400 Subject: [PATCH] scripted tests using 2.8.1.RC4 --- project/build/XSbt.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build/XSbt.scala b/project/build/XSbt.scala index 560294723..264accc9b 100644 --- a/project/build/XSbt.scala +++ b/project/build/XSbt.scala @@ -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)