lein-plz icon indicating copy to clipboard operation
lein-plz copied to clipboard

bit annoying warning...

Open antonharald opened this issue 10 years ago • 2 comments

Hi!

plz is a great plug-in as far as I could test it! I just keep on getting this waring whenever I add a dependency:

WARNING: update already refers to: #'clojure.core/update in namespace: clj-http.client, being replaced by: #'clj-http.client/update

This is sort of annoying and I'd love to just receive: nothing ;-)

any ideas here?

antonharald avatar Dec 25 '15 14:12 antonharald

Hmm, what does your profiles.clj look like?

johnwalker avatar Dec 25 '15 15:12 johnwalker

Most likely you have pulled in another plugin with an outdated dependency on clj-http. If you try with only lein-plz, which uses a newer version, then this warning message will not appear.

johnwalker avatar Jan 12 '16 18:01 johnwalker