Skip to content

Commit 05dde95

Browse files
committed
0.9.0-M6
1 parent 3132ab0 commit 05dde95

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
@@ -10,7 +10,7 @@ Add a dependency:
1010

1111
```scala
1212
// SBT
13-
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M5"
13+
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M6"
1414
```
1515

1616
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-SNAPSHOT"
11+
version := "0.9.0-M6"
1212

1313
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
1414

0 commit comments

Comments
 (0)