Liking cljdoc? Tell your friends :D

Clojars Project

deps-ancient

deps-ancient is a small wrapper around ancient-clj which tells you if your deps.edn contains outdated deps.

Usage

Merge the following into your deps.edn

{:ancient {:main-opts ["-m" "deps-ancient.deps-ancient"]
           :extra-deps {deps-ancient {:mvn/version "RELEASE"}}}}

Inspiration

Thanks to @pmonks for asking for this on the Clojurians #leiningen channel

License

Copyright © 2018 Erik Assum

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close