We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0b934 commit ac36215Copy full SHA for ac36215
cider-interaction.el
@@ -212,8 +212,8 @@ Signal an error if it is not supported."
212
213
(defun cider--check-middleware-compatibility ()
214
"Retrieve the underlying connection's CIDER nREPL version."
215
- (cider-eval "(try (require 'cider.nrepl)
216
- (:version-string @(resolve 'cider.nrepl/version))
+ (cider-eval "(try (require 'cider.nrepl.version)
+ (:version-string @(resolve 'cider.nrepl.version/version))
217
(catch Throwable _ \"not installed\"))"
218
(cider--check-middleware-compatibility-callback (current-buffer))))
219
0 commit comments