lein-plz
lein-plz copied to clipboard
bit annoying warning...
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?
Hmm, what does your profiles.clj look like?
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.