We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07da0e7 commit 39b69a4Copy full SHA for 39b69a4
README.md
@@ -10,7 +10,7 @@ Add a dependency:
10
11
```scala
12
// SBT
13
-libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.1"
+libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.2"
14
```
15
16
Write your first `async` block:
build.sbt
@@ -8,7 +8,7 @@ organization := "org.scala-lang.modules"
8
9
name := "scala-async"
-version := "0.9.2-SNAPSHOT"
+version := "0.9.2"
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
0 commit comments