EwenG / badigeon

A Clojure build library based on tools.deps.
144 stars 19 forks source link

Add support to pass in aliases to all fns that resolves dependencies. #14

Closed sundbp closed 5 years ago

sundbp commented 5 years ago

make-classpath already had support for this, but none of the other relevant places did. With this change every place where deps/resolve-deps is used has the ability to take an aliases argument that is used in dependency resolution.

EwenG commented 5 years ago

Thank you, I will have a look