lein-ancient
lein-ancient copied to clipboard
Enhancement: check dependencies defined via tools.deps in addition to / instead of those in project.clj
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.
https://github.com/slipset/deps-ancient/ does this for deps.edn leveraging ancient-clj