File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- # scala-async [ ![ Build Status] ( https://travis-ci.org/scala/scala-async.svg?branch=master )] ( https://travis-ci.org/scala/scala-async ) [ <img src =" https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-async_2.12.svg?label=latest%20release%20for%202.12 " >] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.12 )
1+ # scala-async [ ![ Build Status] ( https://travis-ci.org/scala/scala-async.svg?branch=master )] ( https://travis-ci.org/scala/scala-async ) [ <img src =" https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-async_2.12.svg?label=latest%20release%20for%202.12 " >] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.12 ) [ < img src = " https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-async_2.13.0-RC1.svg?label=latest%20release%20for%202.13.0-RC1 " > ] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.13.0-RC1 )
22
33## Supported Scala versions
44
5- This branch (version series 0.10.x) targets Scala 2.12 and 2.13.
6-
7- Support for Scala 2.11 is [ on a branch] ( https://github.com/scala/scala-async/tree/2.11.x ) .
8-
9- Support for Scala 2.10 is [ on a branch] ( https://github.com/scala/scala-async/tree/2.10.x ) .
5+ This branch (version series 0.10.x) targets Scala 2.12 and 2.13. ` scala-async ` us no longer maintained for older versions.
106
117## Quick start
128
139To include scala-async in an existing project use the library published on Maven Central.
1410For sbt projects add the following to your build definition - build.sbt or project/Build.scala:
1511
1612``` scala
17- libraryDependencies += " org.scala-lang.modules" %% " scala-async" % " 0.9.7 "
13+ libraryDependencies += " org.scala-lang.modules" %% " scala-async" % " 0.10.0 "
1814```
1915
2016For 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 @@ -17,7 +17,7 @@ scalaVersionsByJvm in ThisBuild := {
1717name := " scala-async"
1818repoName := " async"
1919
20- version := " 0.10.0 -SNAPSHOT"
20+ version := " 0.10.1 -SNAPSHOT"
2121
2222libraryDependencies += " org.scala-lang" % " scala-reflect" % scalaVersion.value % " provided"
2323libraryDependencies += " org.scala-lang" % " scala-compiler" % scalaVersion.value % " test" // for ToolBox
You can’t perform that action at this time.
0 commit comments