In the latest Clojure and ClojureScript they added core functions abs and update-keys.
Is it possible to update the dependencies to get rid of these warnings?
WARNING: abs already refers to: #'clojure.core/abs in namespace: taoensso.encore, being replaced by: #'taoensso.encore/abs
WARNING: update-keys already refers to: #'clojure.core/update-keys in namespace: io.aviso.exception, being replaced by: #'io.aviso.exception/update-keys
In the latest Clojure and ClojureScript they added core functions
abs
andupdate-keys
.Is it possible to update the dependencies to get rid of these warnings?
They come with re-frisk-remote