Having this error when running repl with "Run with IntelliJ Classpath", how may I fix this error?
Looks like you have a version conflict with some AOT code in the mix. update-vals is a new function in Clojure 1.11 but that unbound function error suggests the code is then running with a different version?
(and it may be that you're hitting a Cursive-specific issue with classpaths -- so maybe ask in #cursive?)