aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorphaller <hallerp@gmail.com>2012-10-31 00:56:13 +0100
committerphaller <hallerp@gmail.com>2012-10-31 00:56:13 +0100
commit1584de89b122fbea98b95bdb4a3a45205c932842 (patch)
tree45d92b60011a80c91dc42e8a6740791c5e92e6bc /README.md
parent3cd55e2cc616212367c29e53200b7168439d6190 (diff)
downloadscala-async-1584de89b122fbea98b95bdb4a3a45205c932842.tar.gz
scala-async-1584de89b122fbea98b95bdb4a3a45205c932842.tar.bz2
scala-async-1584de89b122fbea98b95bdb4a3a45205c932842.zip
Add Scala compiler version info to README
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 afac552..8cdf2f4 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Building
--------
The async macro can be built using the `build.sh` script.
+It requires either Scala 2.10.0-RC1 or a nightly build of Scala 2.10.x.
Running the test suite
----------------------