Olical / depot

Find newer versions of your dependencies in your deps.edn file
https://clojars.org/olical/depot
The Unlicense
258 stars 14 forks source link

Solve #54: Adds default-deps to keys checked for aliases #55

Closed timothypratley closed 3 years ago

timothypratley commented 3 years ago

https://github.com/Olical/depot/issues/54

In aliases, dependencies can appear under :extra-deps, :override-deps and :default-deps. Reference https://clojure.org/reference/deps_and_cli#_resolve_deps

The current behavior is that only :extra-deps and override-deps are checked.

Olical commented 3 years ago

LGTM, good doc updates too! 🚀 thanks so much!