From 98d8f818f7996cd5ff16bd9c630f67fc1f343364 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 8 Sep 2016 21:26:18 +1000 Subject: Document Scala 2.12 support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 68a27c4..ce1ac90 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# scala-async [](https://travis-ci.org/scala/async) [](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.10) [](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.11*) +# scala-async [](https://travis-ci.org/scala/async) [](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.10) [](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*) Note: this branch targets Scala 2.11.x, support for Scala 2.10.x has been moved to [this branch](https://github.com/scala/async/tree/2.10.x). @@ -22,6 +22,8 @@ to match your project’s Scala version): ``` +Scala 2.12 support is introduced in 0.9.6-RC5. + After adding a scala-async to your classpath, write your first `async` block: ```scala -- cgit v1.2.3