Skip to content

Commit a926843

Browse files
committed
Merge pull request #93 from namin/update-scala
Update to Scala 2.11.0-RC3.
2 parents 6db08e9 + 2dbca84 commit a926843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
name := "dotty"
33

4-
scalaVersion in Global := "2.11.0-M7"
4+
scalaVersion in Global := "2.11.0-RC3"
55

66
version in Global := "0.1-SNAPSHOT"
77

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object DottyBuild extends Build {
2525

2626
// get reflect and xml onboard
2727
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value,
28-
"org.scala-lang.modules" %% "scala-xml" % "1.0.0-RC7"),
28+
"org.scala-lang.modules" %% "scala-xml" % "1.0.1"),
2929

3030
// get junit onboard
3131
libraryDependencies += "com.novocode" % "junit-interface" % "0.9" % "test",

0 commit comments

Comments
 (0)