lein-ancient icon indicating copy to clipboard operation
lein-ancient copied to clipboard

Enhancement: check dependencies defined via tools.deps in addition to / instead of those in project.clj

Open pmonks opened this issue 7 years ago • 1 comments

Over time I expect there will be increasingly widespread adoption of tools.deps for expressing a library's dependencies, as well as increasing use of Leiningen/tools.deps integrations (such as lein-tools-deps) to minimise duplicated information.

It would be fantastic if lein-ancient was able to read tools.deps dependencies, and report out of date dependencies from that information, as well as from the Leiningen-native :dependencies vectors in project.clj files.

pmonks avatar Oct 11 '18 17:10 pmonks

https://github.com/slipset/deps-ancient/ does this for deps.edn leveraging ancient-clj

slipset avatar Nov 01 '18 11:11 slipset