-
Yeap, I upgraded CIDER and it happened to me: "CIDER complains of the cider-nrepl version" Specifically, I see a number like X.X.X, and I'm starting the REPL with cider-jack-in, and contrary to what the F.A.Q. says, I'm not "manually adding the cider-nrepl middleware in your project": This is a dummy project created with The message I'm having is: "WARNING: CIDER 1.6.0 requires cider-nrepl 0.30.0, but you're currently using cider-nrepl 0.28.3. The version mismatch might break some functionality!" So I suppose that I can solve this by simply upgrading |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
cider-nrepl
is not an Emacs package. The version that's injected is based on the version of CIDER you're using. I assume that you didn't restart Emacs after updating your packages, right? Otherwise I can't imagine how you'd be getting such a warning.