From 9638633905e3a2f70432fa12caad965932bc889e Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sun, 6 Apr 2014 18:05:27 +0200 Subject: 0.9.1 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f456d8..66c6f43 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" +libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.1" ``` Write your first `async` block: diff --git a/build.sbt b/build.sbt index 245d335..bd0f4e8 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "org.scala-lang.modules" name := "scala-async" -version := "0.9.1-SNAPSHOT" +version := "0.9.1" libraryDependencies <++= (scalaVersion) { sv => Seq( -- cgit v1.2.3