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

Let --update also check :override-deps #10

Closed plexus closed 5 years ago

plexus commented 5 years ago

We were checking :deps and :extra-deps but not :override-deps. Since the regular check also considers this key, --update should to.

Note that you can still opt out of updating certain versions with ^:depot/ignore, either on the version map or on the deps map.

Closes #9

plexus commented 5 years ago

There's always room for improvement :) thanks for a great tool! It's the kind of thing I would have written myself if you hadn't already, so happy to lend a hand.