sbt, the interactive build tool
Go to file
eugene yokota 44de26435f make scala-tool an exception not the rule (#158)
Fixes https://github.com/coursier/coursier/issues/1442
Fixes https://github.com/coursier/coursier/issues/1340
Ref https://github.com/coursier/sbt-coursier/pull/136

This treats `ScalaTool` (and only `ScalaTool`) as a sandbox configuration isolated from other subprojects. Likely this behavior is needed only for `ScalaTool` configuration where the scala-xml build's `ScalaTool` configuration transitively loops back to scala-xml's `Compile` artifacts. In most other cases, it's desirable to allow "x->compile" relationship.
2019-11-22 18:19:18 +01:00
metadata@eb8d9e382f Fetch test web server jars before sbt starts 2019-03-06 12:38:03 +01:00
modules make scala-tool an exception not the rule (#158) 2019-11-22 18:19:18 +01:00
project Update sbt-coursier, sbt-shading to 2.0.0-RC5-1 (#157) 2019-11-21 08:57:22 +01:00
scripts Commit sbt launcher in repo 2019-09-21 16:34:58 +02: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 Commit sbt launcher in repo 2019-09-21 16:34:58 +02:00
LICENSE Add LICENSE file 2016-11-10 11:24:46 -08:00
README.md Adjust badges 2019-03-27 15:55:50 +01:00
appveyor.yml Switch to sbt 1.3.2 2019-09-21 16:34:58 +02:00
build.sbt Update coursier to 2.0.0-RC5-2 (#155) 2019-11-14 15:03:37 +01:00
sbt Commit sbt launcher in repo 2019-09-21 16:34:58 +02:00

README.md

sbt-coursier

Build Status Build status (Windows) Maven Central

sbt plugins of coursier

See the coursier documentation for more details.