github coursier/coursier v2.0.0-RC6-10

latest releases: v2.1.9, v2.1.8, v2.1.7...
pre-release4 years ago
  • Accept exclusions for individual dependencies on the CLI, like
$ cs resolve org:name:version,exclude=something%foo
  • Ensure resolve command-specific options aren't accepted from the fetch, launch, and bootstrap commands. This includes the --tree, --reverse-tree, and --what-depends-on options in particular.

  • Add retry helpers in the resolve command, allowing to retry resolving a number of times until resolution succeeds, like

$ cs resolve org:name:ver --retry 1min --attempts 30

That allows to wait for a sync to Maven Central with a single command for example.

Don't miss a new coursier release

NewReleases is sending notifications on new releases.