From be275dcf295f0addf8d41c9a3b4cfe2acaadfaa4 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Mon, 26 Nov 2012 14:05:04 +0100 Subject: Rewrite the state machine to a class, rather than an object. To avoid suprises in tree retyping, the instance of this class is immediately upcase to StateMachine[Promise[T], ExecContext]. Allow nested non-case classes. These pop up when we use nested async calls. Only look for duplicate names in the subtrees traversed by AsyncTraverser. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 9b0a6bd..4a3f200 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "2.10.0-RC1" +scalaVersion := "2.10.0-RC3" organization := "org.typesafe.async" -- cgit v1.2.3