figwheel

2022-11-24T04:37:29.589669Z

Having this error when running repl with "Run with IntelliJ Classpath", how may I fix this error?

seancorfield 2022-11-24T05:46:35.310189Z

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?

seancorfield 2022-11-24T05:51:58.016899Z

(and it may be that you're hitting a Cursive-specific issue with classpaths -- so maybe ask in #cursive?)