File tree 3 files changed +3
-37
lines changed
3 files changed +3
-37
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Add a dependency:
9
9
10
10
``` scala
11
11
// SBT
12
- libraryDependencies += " org.scala-lang.modules" %% " scala-async" % " 0.9.2 "
12
+ libraryDependencies += " org.scala-lang.modules" %% " scala-async" % " 0.9.3 "
13
13
```
14
14
15
15
Write your first ` async ` block:
@@ -145,6 +145,6 @@ difficult to understand.
145
145
- See the [ neg] ( https://github.com/scala/async/tree/master/src/test/scala/scala/async/neg ) test cases for
146
146
for constructs that are not allowed in a async block
147
147
- 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.
149
149
- See [ #13 ] ( https://github.com/scala/async/issues/13 ) for why ` await ` is not possible in closures, and for suggestions on
150
150
ways to structure the code to work around this limitation.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ organization := "org.scala-lang.modules"
8
8
9
9
name := " scala-async"
10
10
11
- version := " 0.9.3 -SNAPSHOT"
11
+ version := " 0.9.4 -SNAPSHOT"
12
12
13
13
libraryDependencies <++= (scalaVersion) {
14
14
sv => Seq (
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments