Does anyone have cider working with ClojureScript 1.12.42? I have working projects that work fine with 1.11.132, but on upgrade to the latest release I get an error during connection about "No namespace: cider.piggieback found" from "nrepl.cmdline/require-and-resolve" I can see that the dependency is being injected when the server starts, but it's not finding it when it's actually running. Anyone else encounter this? Happy to submit a full bug report, but wanted to poll to see if anyone else had encountered.
I think I remember seeing that. It magically disappeared for me. I think that it was to do with cached compiled artifacts or something... But I didn't bother working out what the actual cause was.
Hmm, I tried removing .cpcache and .m2 to recreate from scratch, but that didn't seem to improve anything, same error.
Oh, hmm looks like it might have been that my system java was openjdk 1.17 and not 1.21