From 2dbca84df85c1336e567dae60dd6752f7dd1bea7 Mon Sep 17 00:00:00 2001 From: Nada Amin Date: Tue, 25 Mar 2014 17:10:43 +0100 Subject: Update to Scala 2.11.0-RC3. This was needed for running dotc.Main using latest Scala IDE 2.11 release. --- build.sbt | 2 +- project/Build.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1891b2105..460a4617d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "dotty" -scalaVersion in Global := "2.11.0-M7" +scalaVersion in Global := "2.11.0-RC3" version in Global := "0.1-SNAPSHOT" diff --git a/project/Build.scala b/project/Build.scala index 2c6fe0bec..8442ce5de 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -25,7 +25,7 @@ object DottyBuild extends Build { // get reflect and xml onboard libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value, - "org.scala-lang.modules" %% "scala-xml" % "1.0.0-RC7"), + "org.scala-lang.modules" %% "scala-xml" % "1.0.1"), // get junit onboard libraryDependencies += "com.novocode" % "junit-interface" % "0.9" % "test", -- cgit v1.2.3