diff --git a/.travis.yml b/.travis.yml index 7681bbdb..507722f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ notifications: email: - adriaan.moors@lightbend.com - seth.tisue@lightbend.com - - antoine@gourlay.fr before_cache: - find $HOME/.sbt -name "*.lock" | xargs rm diff --git a/README.md b/README.md index 9fddcb28..e6a33258 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### Scala Standard Parser Combinator Library -This library is now community-maintained. If you are interested in helping please contact [@gourlaysama](https://github.com/gourlaysama) or [@Philippus](https://github.com/philippus) or mention it on [Gitter](https://gitter.im/scala/scala-parser-combinators). +This library is now community-maintained. If you are interested in helping please contact [@Philippus](https://github.com/philippus) or [@SethTisue](https://github.com/SethTisue). As of Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use Parser Combinators.