Skip to content

Commit d67d3fb

Browse files
committed
0.9.2 for Scala 2.10
1 parent 154a2d7 commit d67d3fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.1"
12+
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.2"
1313
```
1414

1515
Write your first `async` block:

build.sbt

+1-1
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 <++= (scalaVersion) {
1414
sv => Seq(

0 commit comments

Comments
 (0)