Skip to content

Commit ac36215

Browse files
author
Bozhidar Batsov
committed
Update cider-nrepl's version check
1 parent 0a0b934 commit ac36215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider-interaction.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ Signal an error if it is not supported."
212212

213213
(defun cider--check-middleware-compatibility ()
214214
"Retrieve the underlying connection's CIDER nREPL version."
215-
(cider-eval "(try (require 'cider.nrepl)
216-
(:version-string @(resolve 'cider.nrepl/version))
215+
(cider-eval "(try (require 'cider.nrepl.version)
216+
(:version-string @(resolve 'cider.nrepl.version/version))
217217
(catch Throwable _ \"not installed\"))"
218218
(cider--check-middleware-compatibility-callback (current-buffer))))
219219

0 commit comments

Comments
 (0)