Skip to content

Commit

Permalink
Bump the injected version of cider-nrepl
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 5, 2023
1 parent ada5df5 commit ca6893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ the artifact.")
(defconst cider-latest-clojure-version "1.10.1"
"Latest supported version of Clojure.")

(defconst cider-required-middleware-version "0.31.0"
(defconst cider-required-middleware-version "0.32.0-alpha1"
"The CIDER nREPL version that's known to work properly with CIDER.")

(defcustom cider-injected-middleware-version cider-required-middleware-version
Expand Down

0 comments on commit ca6893d

Please sign in to comment.