From 93898302564456f453a0cd283c89030a2b783e7f Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sat, 5 Apr 2014 23:03:58 +0200 Subject: 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`. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') 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")) -- cgit v1.2.3