Skip to content

Commit 75097b1

Browse files
committed
Bump the injected nREPL version to 1.6
1 parent 735fc40 commit 75097b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
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

lisp/cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
433433
We inject the newest known version of nREPL just in case
434434
your version of Leiningen is bundling an older one."

0 commit comments

Comments
 (0)