File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 99### Bugs fixed
1010
1111- [ #3209 ] ( https://github.com/clojure-emacs/cider/issues/3209 ) : Fix ` cider-format ` dropping non-map cljfmt options (e.g. ` remove-consecutive-blank-lines? ` ).
12+ ### Changes
13+
14+ - Bump the injected nREPL version to 1.6.
1215
1316## 1.21.0 (2026-02-07)
1417
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ Throws an error if PROJECT-TYPE is unknown."
428428 " List of dependencies where elements are lists of artifact name and version." )
429429(put 'cider-jack-in-dependencies 'risky-local-variable t )
430430
431- (defcustom cider-injected-nrepl-version " 1.5.2 "
431+ (defcustom cider-injected-nrepl-version " 1.6.0 "
432432 " The version of nREPL injected on jack-in.
433433We inject the newest known version of nREPL just in case
434434your version of Leiningen is bundling an older one."
You can’t perform that action at this time.
0 commit comments