diff --git a/.travis.yml b/.travis.yml index 96a698c..e3e5d76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,4 @@ jdk: notifications: email: - adriaan.moors@lightbend.com - - danslapman@gmail.com - seth.tisue@lightbend.com diff --git a/README.md b/README.md index 3e9af66..f5ad0bf 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,14 @@ You may also be interested in https://github.com/scala/scala-async, which covers ## Maintenance -This library is community-maintained. The lead maintainer is [@danslapman](https://github.com/danslapman). +This library is community-maintained. + +There is not currently a lead maintainer. If you would like to volunteer, please open an issue and say so. + +(In the absence of a volunteer maintainer, the Scala team at Lightbend is doing the barest minimum maintenance.) ## Scala versions supported -The current development branch supports Scala 2.11 and 2.12. +The current development branch supports Scala 2.11 and 2.12 on JDK 8+. (Older artifacts, supporting older Scala versions, remain available on Maven Central.) Volunteers are needed to [add support for Scala 2.13](https://github.com/scala/scala-continuations/issues/37).