Olical / depot

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

API changes in tools.deps #46

Closed puredanger closed 3 years ago

puredanger commented 3 years ago

Just wanted to drop a note that the newest version of tools.deps.alpha contains some api changes (moving towards getting out of alpha). So when you bump to tools.deps.alpha >= 0.9.745, you'll need to change this:

In depot.outdated.update, (reader/read-deps (reader/default-deps)) should use something like (let [{:keys [root-edn user-edn project-edn]} (find-edn-maps)] (merge-edns [root-edn user-edn project-edn])) (all fns in clojure.tools.deps.alpha).

Olical commented 3 years ago

Thanks for the heads up! I'll leave this open until I address it.

Olical commented 3 years ago

Fixed by the linked PR :smile: