Finding new dependencies with Depot

from blog Oliver Caldwell's blog, | ↗ original
If you’re using lein you can use lein-ancient to find newer versions of your dependencies, if you’re using boot you probably have something similar. With the Clojure CLI however you have to keep track of these things manually. I’ve created a little tool called Depot that aims to give you this same new version detection for your deps.edn file. The...