aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
-rw-r--r--project/Build.scala2
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",