Added Quill to the list of projects using coursier.

Former commit for that got lost for 1.0.0-M15 during a `sbt tut`
This commit is contained in:
Michael Ledin 2016-11-09 16:32:14 +03:00 committed by Alexandre Archambault
parent d629f8f7b9
commit 800eaecc5c
2 changed files with 2 additions and 0 deletions

View File

@ -774,6 +774,7 @@ and allows to add dependencies in its sessions with coursier (initial motivation
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)),
- Your project here :-)

View File

@ -808,6 +808,7 @@ and allows to add dependencies in its sessions with coursier (initial motivation
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)),
- Your project here :-)