From c256c03f48bf0c92772803c42219f5091d65a6bf Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 24 Aug 2011 08:10:23 -0400 Subject: [PATCH] 2.9.1.RC4 --- project/Sbt.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Sbt.scala b/project/Sbt.scala index add13c031..c80d08a48 100644 --- a/project/Sbt.scala +++ b/project/Sbt.scala @@ -17,7 +17,7 @@ object Sbt extends Build organization := "org.scala-tools.sbt", version := "0.11.0-SNAPSHOT", publishArtifact in packageDoc := false, - scalaVersion := "2.9.1.RC3", + scalaVersion := "2.9.1.RC4", publishMavenStyle := false, componentID := None ) @@ -164,7 +164,7 @@ object Sbt extends Build import Sxr.sxr def releaseSettings = Release.settings(nonRoots, proguard in Proguard) def rootSettings = releaseSettings ++ LaunchProguard.settings ++ LaunchProguard.specific(launchSub) ++ Sxr.settings ++ docSetting ++ Seq( - scriptedScalaVersion := "2.9.1.RC3", + scriptedScalaVersion <<= scalaVersion.identity, scripted <<= scriptedTask, scriptedSource <<= (sourceDirectory in sbtSub) / "sbt-test", sources in sxr <<= deepTasks(sources in Compile),