From 18e7924ec5116e8fb97ed66faa2e9db0852be6ab Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sun, 4 Jun 2017 15:24:51 +0200 Subject: [PATCH] Update used-by section --- README.md | 5 +++++ doc/README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 398afd251..d6ce6594b 100644 --- a/README.md +++ b/README.md @@ -779,6 +779,11 @@ for writing coursier), - [Apache Toree](https://github.com/apache/incubator-toree) - formerly known as [spark-kernel](https://github.com/ibm-et/spark-kernel), is now using coursier to add dependencies on-the-fly ([#4](https://github.com/apache/incubator-toree/pull/4)), - [Quill](https://github.com/getquill/quill) is using coursier for faster dependency resolution ([#591](https://github.com/getquill/quill/pull/591)), +- [vscode-scala](https://github.com/dragos/dragos-vscode-scala) uses coursier to fetch and launch its ensime-based server, +- [Ammonite](https://github.com/lihaoyi/Ammonite) uses coursier to fetch user-added dependencies since version `0.9.0`, +- [ensime-sbt](https://github.com/ensime/ensime-sbt) uses coursier to get the ensime server classpath, +- [scalafmt](https://github.com/scalameta/scalafmt) relies on coursier for its CLI installation, +- [scalafiddle](https://scalafiddle.io) uses coursier to fetch user-added dependencies, - Your project here :-) ## Acknowledgements diff --git a/doc/README.md b/doc/README.md index c41b498a2..582dedd42 100644 --- a/doc/README.md +++ b/doc/README.md @@ -813,6 +813,11 @@ for writing coursier), - [Apache Toree](https://github.com/apache/incubator-toree) - formerly known as [spark-kernel](https://github.com/ibm-et/spark-kernel), is now using coursier to add dependencies on-the-fly ([#4](https://github.com/apache/incubator-toree/pull/4)), - [Quill](https://github.com/getquill/quill) is using coursier for faster dependency resolution ([#591](https://github.com/getquill/quill/pull/591)), +- [vscode-scala](https://github.com/dragos/dragos-vscode-scala) uses coursier to fetch and launch its ensime-based server, +- [Ammonite](https://github.com/lihaoyi/Ammonite) uses coursier to fetch user-added dependencies since version `0.9.0`, +- [ensime-sbt](https://github.com/ensime/ensime-sbt) uses coursier to get the ensime server classpath, +- [scalafmt](https://github.com/scalameta/scalafmt) relies on coursier for its CLI installation, +- [scalafiddle](https://scalafiddle.io) uses coursier to fetch user-added dependencies, - Your project here :-) ## Acknowledgements