From 657a5a5aede91afab50a6c8603a82b5852ceed53 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sun, 6 Apr 2014 17:56:24 +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 681c486..8d3bf82 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.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 6b494be..d3e8e15 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 += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided" -- cgit v1.2.3