aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2015-02-03 21:21:20 +0100
committerDmitry Petrashko <dark@d-d.me>2015-02-03 21:21:20 +0100
commit1ab02cef0c6ddf173eae7d611ea0356ae0cd90d5 (patch)
treeae25b151b5c8dffbd5ed3e985d955920c163b935
parent7ee1d79392ea3c41d8626d5da68eb9d1a760a498 (diff)
parentce6f48f8f107e82c695c429f321b220b72b184b4 (diff)
downloaddotty-1ab02cef0c6ddf173eae7d611ea0356ae0cd90d5.tar.gz
dotty-1ab02cef0c6ddf173eae7d611ea0356ae0cd90d5.tar.bz2
dotty-1ab02cef0c6ddf173eae7d611ea0356ae0cd90d5.zip
Merge pull request #335 from dotty-staging/fix-331
Update to scala 2.11.5, fixes #311
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index b627f51ac..24f2c12d7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,7 @@
name := "dotty"
-scalaVersion in Global := "2.11.4"
+scalaVersion in Global := "2.11.5"
version in Global := "0.1-SNAPSHOT"