Skip to content

Commit b489738

Browse files
committed
0.9.0-SNAPSHOT
1 parent 5c83eb1 commit b489738

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-M5"
12+
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M6"
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-M6"
11+
version := "0.9.0-SNAPSHOT"
1212

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

0 commit comments

Comments
 (0)