xsc / lein-ancient

Check your Projects for outdated Dependencies
MIT License
561 stars 33 forks source link

Add java-agents check #84

Closed cap10morgan closed 6 years ago

cap10morgan commented 7 years ago

We have the NewRelic agent in our :java-agents vector in many of our project.clj files. It is constantly getting out of date because lein-ancient can't currently check it.

This PR adds the ability to do that. It adds a :java-agents arg and turns that on under check :all as well.

The tests are updated and I have manually tested it with both check and upgrade. I also added a mention of the new option to the README.

cap10morgan commented 6 years ago

ping

Would love to get this merged if possible. Thanks!