From e8214a3229a985be138409ac6e15e6aa88bae889 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 24 Oct 2017 14:52:38 +0200 Subject: [PATCH] Add csbt README file --- csbt.README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 csbt.README diff --git a/csbt.README b/csbt.README new file mode 100644 index 000000000..225c1ed5b --- /dev/null +++ b/csbt.README @@ -0,0 +1,7 @@ +`csbt` is a coursier-based sbt launcher. + +It is extremely experimental, suffering a few issues. In particular, compiling +several modules at once (e.g. by running `csbt test:compile` from the coursier +sources) often results in spurious scalac errors. Also, it might have issues +with `*.sbt` files under `~/.sbt` - the whole point of csbt would be to scrap +those for standard configuration files.