aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorGeorge Leontiev <folone@gmail.com>2014-06-23 13:46:40 +0200
committerGeorge Leontiev <folone@gmail.com>2014-06-23 13:46:40 +0200
commit7f118479888638b853aad74bad790cb10beaddae (patch)
tree977d2952674f457fe536757bf1a731d98f044d90 /build.sbt
parenta8cb929a368f01819c16393a97291e82bc4a2738 (diff)
downloaddotty-7f118479888638b853aad74bad790cb10beaddae.tar.gz
dotty-7f118479888638b853aad74bad790cb10beaddae.tar.bz2
dotty-7f118479888638b853aad74bad790cb10beaddae.zip
Use the final scala 2.11.
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 460a4617d..86164dbb7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,7 @@
name := "dotty"
-scalaVersion in Global := "2.11.0-RC3"
+scalaVersion in Global := "2.11.1"
version in Global := "0.1-SNAPSHOT"