From b489738ebe838b772fc4fdad300c57ea571386ab Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 12 Mar 2014 10:55:40 +0100 Subject: 0.9.0-SNAPSHOT --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3da756e..dea4ae9 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-M5" +libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M6" ``` Write your first `async` block: diff --git a/build.sbt b/build.sbt index c472a7e..3095d04 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "org.scala-lang.modules" name := "scala-async" -version := "0.9.0-M6" +version := "0.9.0-SNAPSHOT" libraryDependencies <++= (scalaVersion) { sv => Seq( -- cgit v1.2.3