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 8d3bf82..a3abe57 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.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 d382123..533345d 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 += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"