Skip to content

Commit 39b69a4

Browse files
committed
0.9.2 for Scala 2.11.x
1 parent 07da0e7 commit 39b69a4

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.1"
13+
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.2"
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.2-SNAPSHOT"
11+
version := "0.9.2"
1212

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

0 commit comments

Comments
 (0)