aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-11-24 15:51:42 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-11-24 15:51:42 +0100
commit1e531822bde30840b6e3134939bb2a91c93542c2 (patch)
tree4443713cdf595309ebbcf5718ed1b195b364a94d /README.md
parent63d2c1265b785278ce6a6982c7c32982937ce01a (diff)
downloadscala-async-1e531822bde30840b6e3134939bb2a91c93542c2.tar.gz
scala-async-1e531822bde30840b6e3134939bb2a91c93542c2.tar.bz2
scala-async-1e531822bde30840b6e3134939bb2a91c93542c2.zip
Update version in 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 b0e7039..93be3d7 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-M3"
+libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M4"
```
Write your first `async` block: