I'm hitting this error: Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/tools/nrepl__init.class or clojure/tools/nrepl.clj on classpath., compiling:(cider/piggieback.clj:1:1)
I'm assuming this has to do with the recently changed namespace for nREPL — I'm using nREPL 0.4.1 and piggieback 0.3.6, building with the Clojure CLI.
@bozhidar — would you kindly let me know if Piggieback still needs to be switched over to use the new nREPL ns, or if perhaps this issue is related to something else? 🙇
(FWIW: Rolling back to nREPL 0.3.1 works fine.)