@@ -70,9 +70,13 @@ You'll be walked through the steps to get started.
## Checking for Out-of-Date Dependencies
lein ancient
lein ancient # list all out-of-date dependencies
lein ancient latest lein-ring # list latest version of artifact lein-ring
Will give you a list of out-of-date plugins and dependencies. This requires leiningen version 2.4.0 or higher so run `lein upgrade` first if needed. Once's this repo is made public, this Clojars badge will work and show the status as well:
Will give you a list of out-of-date dependencies. This requires leiningen version 2.4.0 or higher so run `lein upgrade` first if needed.
This doesn't seem to check plugins, so you'll have to do that manually using `lein ancient latest`.
Once's this repo is made public, this Clojars badge will work and show the status as well: