Merge pull request #564 from coursier/topic/used-by

Update used-by section
This commit is contained in:
Alexandre Archambault 2017-06-04 19:39:27 +02:00 committed by GitHub
commit 279f4b223f
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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