Skip to content

Commit 6808ce4

Browse files
committed
0.9.1-SNAPSHOT
1 parent a37cf65 commit 6808ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add a dependency:
99

1010
```scala
1111
// SBT
12-
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M6"
12+
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0"
1313
```
1414

1515
Write your first `async` block:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organization := "org.scala-lang.modules"
88

99
name := "scala-async"
1010

11-
version := "0.9.0"
11+
version := "0.9.1-SNAPSHOT"
1212

1313
libraryDependencies <++= (scalaVersion) {
1414
sv => Seq(

0 commit comments

Comments
 (0)