aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-12 10:55:40 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-03-12 10:55:40 +0100
commitb489738ebe838b772fc4fdad300c57ea571386ab (patch)
treee0968a25bee519621745d233a1d186a44ce983c6 /README.md
parent5c83eb1bc06c065c699b4d0dc9ef0bb2f190390b (diff)
downloadscala-async-b489738ebe838b772fc4fdad300c57ea571386ab.tar.gz
scala-async-b489738ebe838b772fc4fdad300c57ea571386ab.tar.bz2
scala-async-b489738ebe838b772fc4fdad300c57ea571386ab.zip
0.9.0-SNAPSHOT
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3da756e..dea4ae9 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Add a dependency:
```scala
// SBT
-libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M5"
+libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M6"
```
Write your first `async` block: