We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6db08e9 + 2dbca84 commit a926843Copy full SHA for a926843
build.sbt
@@ -1,7 +1,7 @@
1
2
name := "dotty"
3
4
-scalaVersion in Global := "2.11.0-M7"
+scalaVersion in Global := "2.11.0-RC3"
5
6
version in Global := "0.1-SNAPSHOT"
7
project/Build.scala
@@ -25,7 +25,7 @@ object DottyBuild extends Build {
25
26
// get reflect and xml onboard
27
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value,
28
- "org.scala-lang.modules" %% "scala-xml" % "1.0.0-RC7"),
+ "org.scala-lang.modules" %% "scala-xml" % "1.0.1"),
29
30
// get junit onboard
31
libraryDependencies += "com.novocode" % "junit-interface" % "0.9" % "test",
0 commit comments