Skip to content

Bump to 0.9.4-SNAPSHOT #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add a dependency:

```scala
// SBT
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.2"
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.3"
```

Write your first `async` block:
Expand Down Expand Up @@ -145,6 +145,6 @@ difficult to understand.
- See the [neg](https://github.com/scala/async/tree/master/src/test/scala/scala/async/neg) test cases for
for constructs that are not allowed in a async block
- See the [issue list](https://github.com/scala/async/issues?state=open) for which of these restrictions are planned
to be dropped in the next milestone.
to be dropped.
- See [#13](https://github.com/scala/async/issues/13) for why `await` is not possible in closures, and for suggestions on
ways to structure the code to work around this limitation.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ organization := "org.scala-lang.modules"

name := "scala-async"

version := "0.9.3-SNAPSHOT"
version := "0.9.4-SNAPSHOT"

libraryDependencies <++= (scalaVersion) {
sv => Seq(
Expand Down
34 changes: 0 additions & 34 deletions release.sh

This file was deleted.