Skip to content

Commit 9da0183

Browse files
committed
Merge pull request #103 from retronym/topic/0.9.4-SNAPSHOT
Bump to 0.9.4-SNAPSHOT
2 parents 7577a84 + a352b24 commit 9da0183

File tree

3 files changed

+3
-37
lines changed

3 files changed

+3
-37
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.2"
12+
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.3"
1313
```
1414

1515
Write your first `async` block:
@@ -145,6 +145,6 @@ difficult to understand.
145145
- See the [neg](https://github.com/scala/async/tree/master/src/test/scala/scala/async/neg) test cases for
146146
for constructs that are not allowed in a async block
147147
- See the [issue list](https://github.com/scala/async/issues?state=open) for which of these restrictions are planned
148-
to be dropped in the next milestone.
148+
to be dropped.
149149
- See [#13](https://github.com/scala/async/issues/13) for why `await` is not possible in closures, and for suggestions on
150150
ways to structure the code to work around this limitation.

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.3-SNAPSHOT"
11+
version := "0.9.4-SNAPSHOT"
1212

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

release.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)