You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: