From 800eaecc5cf5792f1d6b1423fbd2eb925753da10 Mon Sep 17 00:00:00 2001 From: Michael Ledin Date: Wed, 9 Nov 2016 16:32:14 +0300 Subject: [PATCH] Added Quill to the list of projects using coursier. Former commit for that got lost for 1.0.0-M15 during a `sbt tut` --- README.md | 1 + doc/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b61d6226..6f6991ba8 100644 --- a/README.md +++ b/README.md @@ -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 :-) diff --git a/doc/README.md b/doc/README.md index 0d2bafa2c..2a00f03ed 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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 :-)