File tree Expand file tree Collapse file tree 3 files changed +3
-37
lines changed Expand file tree Collapse file tree 3 files changed +3
-37
lines changed Original file line number Diff line number Diff 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
1515Write 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.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ organization := "org.scala-lang.modules"
88
99name := " scala-async"
1010
11- version := " 0.9.3 -SNAPSHOT"
11+ version := " 0.9.4 -SNAPSHOT"
1212
1313libraryDependencies <++= (scalaVersion) {
1414 sv => Seq (
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments