aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-02-21 11:44:40 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-02-21 11:49:23 +0100
commit61a682f26e4ecf3734a1b457824756d7fd110e06 (patch)
treee0fa81dad28b7e39e4077dd1e39fda92d2fca358 /README.md
parentbc51a19ab4c7fccfa64554dce5098481aec8cdac (diff)
downloadscala-async-61a682f26e4ecf3734a1b457824756d7fd110e06.tar.gz
scala-async-61a682f26e4ecf3734a1b457824756d7fd110e06.tar.bz2
scala-async-61a682f26e4ecf3734a1b457824756d7fd110e06.zip
Finalize the move to Scala 2.11.x
- Link to the 2.10.x branch from the README - use `scala.annotation.compileTimeOnly` (from scala-library.jar) - no longer impose a transitive dependency on scala-reflect and scala-compiler. - Update Travis CI configuration to use only 2.11.0-SNAPSHOT
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f2aa888..d30380f 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
[![Build Status](https://secure.travis-ci.org/scala/async.png)](http://travis-ci.org/scala/async)
+Note: this branch targets Scala 2.11.x, support for Scala 2.10.x has been moved to [this branch](https://github.com/scala/async/tree/2.10.x).
## Quick start