I’m seeing these warnings when bumping nrepl to 0.6.0:
$ boot repl
nREPL server started on port 58900 on host 127.0.0.1 - <nrepl://127.0.0.1:58900>
java.lang.Exception: No namespace: reply.eval-modes.nrepl found
REPL-y 0.4.1, nREPL 0.6.0
Clojure 1.10.0
I need to do this because of CIDER, but I’m not sure if I should mention this here or the cider channelI see there’s already an issue: https://github.com/boot-clj/boot/issues/720
Someone suggested bumping the nREPL dep to 0.6.0 there. I think that’s good since it’s now the minimum requirement for CIDER