Skip to content

Commit 2b8bde3

Browse files
authored
Merge pull request #3063 from clojure-emacs/cider-nrepl-0-27-2
Upgrade cider-nrepl
2 parents d61fff0 + 0e7fed5 commit 2b8bde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Elements of the list are artifact name and list of exclusions to apply for the a
414414
(defconst cider-latest-clojure-version "1.10.1"
415415
"Latest supported version of Clojure.")
416416

417-
(defconst cider-required-middleware-version "0.27.1"
417+
(defconst cider-required-middleware-version "0.27.2"
418418
"The CIDER nREPL version that's known to work properly with CIDER.")
419419

420420
(defcustom cider-injected-middleware-version cider-required-middleware-version

0 commit comments

Comments
 (0)