aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-10 09:51:05 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-03-10 09:51:05 +0100
commit6ced55dceca6b92b30cafc145c952345c87708c3 (patch)
treed6b119047bce33b792f1a45e7723e06b958c472f /README.md
parent6671e3d2ac1264e271f7030fc7110fb87a580645 (diff)
downloadscala-async-6ced55dceca6b92b30cafc145c952345c87708c3.tar.gz
scala-async-6ced55dceca6b92b30cafc145c952345c87708c3.tar.bz2
scala-async-6ced55dceca6b92b30cafc145c952345c87708c3.zip
0.9.0-SNAPSHOT
And update the latest published version in the README
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 d30380f..74e770d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Add a dependency:
```scala
// SBT
-libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M4"
+libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M5"
```
Write your first `async` block: