was there an alternative to lein-ancient? I don't like how it seemingly parses project.clj instead of looking at its evaluated result
any tool that is a lein plugin will get called by lein with the calculated config (after lein does the requisite work to sort out your config) - what symptom / problem are you seeing?
issues like https://github.com/xsc/lein-ancient/issues/119 hinted that for whatever reason lein-ancient wasn't taking this approach
(didn't verify it at code level... but it seemed pretty clear)
oh weird! that surprises me
There is https://github.com/liquidz/antq Although I don't know where it looks for packages
thanks! had forgotten the name
turns out, it also resorts to parsing. created an issue