aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-11-20 18:26:04 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-11-20 18:26:04 +0100
commit23f94c257c3d5e8ad345cdcc7c9dae8b214d7c51 (patch)
tree150a1af61f8522af392f89d8f61d16d614a34b4d /README.md
parent880cc1741f04704a2500bd8c6983deb2ee22a37d (diff)
downloadscala-async-23f94c257c3d5e8ad345cdcc7c9dae8b214d7c51.tar.gz
scala-async-23f94c257c3d5e8ad345cdcc7c9dae8b214d7c51.tar.bz2
scala-async-23f94c257c3d5e8ad345cdcc7c9dae8b214d7c51.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 01157ee..b0e7039 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-M2"
+libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M3"
```
Write your first `async` block: