Skip to content

Commit 5fe24df

Browse files
committed
Bump the required middleware version
1 parent b4beca6 commit 5fe24df

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
@@ -404,7 +404,7 @@ Elements of the list are artifact name and list of exclusions to apply for the a
404404
(defconst cider-latest-clojure-version "1.10.0"
405405
"Latest supported version of Clojure.")
406406

407-
(defconst cider-required-middleware-version "0.22.3"
407+
(defconst cider-required-middleware-version "0.22.4-SNAPSHOT"
408408
"The CIDER nREPL version that's known to work properly with CIDER.")
409409

410410
(defcustom cider-jack-in-auto-inject-clojure nil

0 commit comments

Comments
 (0)