(coord->version-status lib coord {:keys [mvn/repos mvn/local-repo]})
(current-latest-map lib coord config)
Returns a map containing :current
and :latest
if the dependency has a
newer version otherwise returns nil
.
Returns a map containing `:current` and `:latest` if the dependency has a newer version otherwise returns `nil`.
(find-latest types consider-types)
(make-session system local-repo)
(newer-versions loc config)
Find all deps in a :deps
or :default-deps
or :extra-deps
or :override-deps
map to be updated,
at the top level and in aliases.
loc
points at the top level map.
Find all deps in a `:deps` or `:default-deps` or `:extra-deps` or `:override-deps` map to be updated, at the top level and in aliases. `loc` points at the top level map.
(version-type v)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close