aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorNada Amin <namin@alum.mit.edu>2014-03-25 17:10:43 +0100
committerNada Amin <namin@alum.mit.edu>2014-03-25 17:10:43 +0100
commit2dbca84df85c1336e567dae60dd6752f7dd1bea7 (patch)
tree1321399e3354c21532168aa7469fd8240d98d2e5 /build.sbt
parent7c5dd005fcb34966b87ccef65e1a51d24da4d7b9 (diff)
downloaddotty-2dbca84df85c1336e567dae60dd6752f7dd1bea7.tar.gz
dotty-2dbca84df85c1336e567dae60dd6752f7dd1bea7.tar.bz2
dotty-2dbca84df85c1336e567dae60dd6752f7dd1bea7.zip
Update to Scala 2.11.0-RC3.
This was needed for running dotc.Main using latest Scala IDE 2.11 release.
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 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"