aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-21 08:51:07 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-03-21 08:51:07 +0100
commit6808ce4a4023becd984ebe06805d1eeb844694e1 (patch)
treedb3201e5a80bb2aba37272dd3e6b5422b30071ce
parenta37cf65c3f5c93957b09741307b6f31c711bdd73 (diff)
downloadscala-async-6808ce4a4023becd984ebe06805d1eeb844694e1.tar.gz
scala-async-6808ce4a4023becd984ebe06805d1eeb844694e1.tar.bz2
scala-async-6808ce4a4023becd984ebe06805d1eeb844694e1.zip
0.9.1-SNAPSHOT
-rw-r--r--README.md2
-rw-r--r--build.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dea4ae9..9f456d8 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-M6"
+libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0"
```
Write your first `async` block:
diff --git a/build.sbt b/build.sbt
index a59b149..245d335 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,7 +8,7 @@ organization := "org.scala-lang.modules"
name := "scala-async"
-version := "0.9.0"
+version := "0.9.1-SNAPSHOT"
libraryDependencies <++= (scalaVersion) {
sv => Seq(