From f8a5b0048bd08a3bdcdffd1395954e0e92ee753b Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 1 May 2018 13:05:04 +0200 Subject: drop support for Scala 2.11 as of 0.10.0 also upgrade Scala 2.12.4 -> 2.12.6 --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1e00844..4be9ace 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# scala-async [](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.11) [](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.12) +# scala-async [[](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.12) ## Supported Scala versions -This branch targets Scala 2.11, 2.12, and 2.13. +This branch targets Scala 2.12 and 2.13. -Support for Scala 2.10 is [on a branch](https://github.com/scala/async/tree/2.10.x). +Support for Scala 2.11 is [on a branch](https://github.com/scala/scala-async/tree/2.11.x). + +Support for Scala 2.10 is [on a branch](https://github.com/scala/scala-async/tree/2.10.x). ## Quick start @@ -12,7 +14,7 @@ To include scala-async in an existing project use the library published on Maven For sbt projects add the following to your build definition - build.sbt or project/Build.scala: ```scala -libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.7" +libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.10.0" ``` For Maven projects add the following to your (make sure to use the correct Scala version suffix @@ -22,7 +24,7 @@ to match your project’s Scala binary version): org.scala-lang.modules scala-async_2.12 - 0.9.7 + 0.10.0 ``` -- cgit v1.2.3