Fork me on GitHub
#beginners
<
2022-10-08
>
vlad_poh21:10:43

How do i get rid of this warning?

WARNING: update-keys already refers to: #'clojure.core/update-keys in namespace: io.aviso.exception, being replaced by: #'io.aviso.exception/update-keys
I don’t use update-keys anywhere I don’t directly use io.aviso.exception

pppaul21:10:11

update the io.aviso.exception to not throw this warning, then get the maintainers to push it, or link to the updated git repo

👍 1
pppaul21:10:03

you can also use an older version of clojure that doesn't have update-keys