File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33## Supported Scala versions
44
5- This branch targets Scala 2.12 and 2.13.
5+ This branch (version series 0.10.x) targets Scala 2.12 and 2.13.
66
77Support for Scala 2.11 is [ on a branch] ( https://github.com/scala/scala-async/tree/2.11.x ) .
88
@@ -14,7 +14,7 @@ To include scala-async in an existing project use the library published on Maven
1414For sbt projects add the following to your build definition - build.sbt or project/Build.scala:
1515
1616``` scala
17- libraryDependencies += " org.scala-lang.modules" %% " scala-async" % " 0.10.0 "
17+ libraryDependencies += " org.scala-lang.modules" %% " scala-async" % " 0.9.7 "
1818```
1919
2020For Maven projects add the following to your <dependencies > (make sure to use the correct Scala version suffix
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ scalaVersionsByJvm in ThisBuild := {
1818name := " scala-async"
1919repoName := " async"
2020
21- version := " 0.9.8 -SNAPSHOT"
21+ version := " 0.10.0 -SNAPSHOT"
2222
2323libraryDependencies += " org.scala-lang" % " scala-reflect" % scalaVersion.value % " provided"
2424libraryDependencies += " org.scala-lang" % " scala-compiler" % scalaVersion.value % " test" // for ToolBox
@@ -103,4 +103,4 @@ def testDeterminism = Command.command("testDeterminism") { state =>
103103 checkSameFileContents(testClasses.toPath, baseline.toPath)
104104
105105 state3
106- }
106+ }
You can’t perform that action at this time.
0 commit comments