Fork me on GitHub
#tools-deps
<
2021-03-29
>
erwinrooijakkers14:03:16

Is there a way to automatically upgrade dependencies, like lein ancient upgrade for Leiningen?

nnichols14:03:01

antq is the most actively supported tool for this: https://github.com/liquidz/antq#--upgrade for the cli form https://github.com/nnichols/clojure-dependency-update-action for a github action form

👍 3