aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-04-05 23:03:58 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-04-05 23:03:58 +0200
commit93898302564456f453a0cd283c89030a2b783e7f (patch)
treef56a252b2b3d03977e257c2078cac167fc7f850a /build.sbt
parentf53c3bb75be003c12fa6b999ed34eba2a2a38b41 (diff)
downloadscala-async-93898302564456f453a0cd283c89030a2b783e7f.tar.gz
scala-async-93898302564456f453a0cd283c89030a2b783e7f.tar.bz2
scala-async-93898302564456f453a0cd283c89030a2b783e7f.zip
Update to Scala 2.11.0-RC4, adapting to change in quasiquotes
Namely: https://github.com/scala/scala/pull/3656 I can't find a way to express a QQ that matches an constructor invocation *and* lets me bind a reference to the `New` tree. So I've dropped down to a borrowed version of `TreeInfo#Applied`.
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 15a1ca5..6b494be 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,4 +1,4 @@
-scalaVersion := "2.11.0-RC3"
+scalaVersion := "2.11.0-RC4"
// Uncomment to test with a locally built copy of Scala.
// scalaHome := Some(file("/code/scala2/build/pack"))