File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Supported Scala versions
4
4
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.
6
6
7
7
Support for Scala 2.11 is [ on a branch] ( https://github.com/scala/scala-async/tree/2.11.x ) .
8
8
@@ -14,7 +14,7 @@ To include scala-async in an existing project use the library published on Maven
14
14
For sbt projects add the following to your build definition - build.sbt or project/Build.scala:
15
15
16
16
``` scala
17
- libraryDependencies += " org.scala-lang.modules" %% " scala-async" % " 0.10.0 "
17
+ libraryDependencies += " org.scala-lang.modules" %% " scala-async" % " 0.9.7 "
18
18
```
19
19
20
20
For 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 := {
18
18
name := " scala-async"
19
19
repoName := " async"
20
20
21
- version := " 0.9.8 -SNAPSHOT"
21
+ version := " 0.10.0 -SNAPSHOT"
22
22
23
23
libraryDependencies += " org.scala-lang" % " scala-reflect" % scalaVersion.value % " provided"
24
24
libraryDependencies += " org.scala-lang" % " scala-compiler" % scalaVersion.value % " test" // for ToolBox
@@ -103,4 +103,4 @@ def testDeterminism = Command.command("testDeterminism") { state =>
103
103
checkSameFileContents(testClasses.toPath, baseline.toPath)
104
104
105
105
state3
106
- }
106
+ }
You can’t perform that action at this time.
0 commit comments