sbt, the interactive build tool
Go to file
Alexandre Archambault dab476ab93 Add extra check
The size == 1 check just below is required for scripted to work fine.
(The first module report must correspond to the passed dependency for
scripted to find the sbt launcher JAR.)

It seems under some conditions, the sbt launcher dependency ends up
being duplicated (it's already duplicated in the allDependencies task,
that should be set by sbt). This in turn makes the check fail, and makes
scripted not find the sbt launcher. This happens with
playframework/interplay at commit d782b75.

The call to distinct circumvents that case.
2019-03-04 12:19:52 +01:00
metadata@a0752761c5 Use handmade metadata from separate repo 2018-10-01 16:55:27 +02:00
modules Add extra check 2019-03-04 12:19:52 +01:00
project Switch to sbt-coursier 1.1.0-M11 in build 2019-02-26 13:29:55 +01:00
scripts Move remaining sbt-coursier specific tests 2018-11-22 14:23:50 +01:00
.gitignore Clean-up .gitignore 2018-10-17 14:18:03 +02:00
.gitmodules Use handmade metadata from separate repo 2018-10-01 16:55:27 +02:00
.travis.yml Tweak Travis CI conf 2019-02-01 00:53:47 +01:00
LICENSE Add LICENSE file 2016-11-10 11:24:46 -08:00
README.md Keep only sbt plugins 2018-09-28 18:23:43 +02:00
appveyor.yml Don't run all scripted tests for sbt-lm-coursier on Appveyor (#24) 2019-01-11 12:27:08 +01:00
build.sbt Update scalatest to 3.0.6 (#40) 2019-02-28 16:16:45 +01:00

README.md

sbt-coursier

Build Status Build status (Windows) Maven Central

sbt plugins of coursier

See the coursier documentation for more details.