Skip to content

Commit 4627fe0

Browse files
committed
0.10.0 isn't here yet
1 parent 4a65e8f commit 4627fe0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
Support 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
1414
For 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

2020
For Maven projects add the following to your <dependencies> (make sure to use the correct Scala version suffix

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ scalaVersionsByJvm in ThisBuild := {
1818
name := "scala-async"
1919
repoName := "async"
2020

21-
version := "0.9.8-SNAPSHOT"
21+
version := "0.10.0-SNAPSHOT"
2222

2323
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
2424
libraryDependencies += "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+
}

0 commit comments

Comments
 (0)