aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 66c6f43..ca00ad2 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.1"
+libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.2"
```
Write your first `async` block:
diff --git a/build.sbt b/build.sbt
index 0940d60..9ac8189 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,7 +8,7 @@ organization := "org.scala-lang.modules"
name := "scala-async"
-version := "0.9.2-SNAPSHOT"
+version := "0.9.2"
libraryDependencies <++= (scalaVersion) {
sv => Seq(