Open
Description
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
They come with re-frisk-remote
[re-frisk-remote "1.6.0" :scope "test"]
[com.taoensso/timbre "4.10.0" :scope "test"]
[io.aviso/pretty "0.1.33" :scope "test"]
[http-kit "2.2.0" :scope "test"]
[javax.servlet/servlet-api "2.5" :scope "test"]
[re-frisk/sente "1.15.0" :scope "test"]
[com.taoensso/encore "2.117.0" :scope "test"]
[com.taoensso/truss "1.5.0" :scope "test"]
Metadata
Assignees
Labels
No labels
Activity