branch: elpa/cider
commit 75097b198d6bc6d90dc6a519a212389b3d4172c6
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Bump the injected nREPL version to 1.6
---
 CHANGELOG.md  | 3 +++
 lisp/cider.el | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6eec75fe3e..6b42ae2d28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,9 @@
 ### Bugs fixed
 
 - [#3209](https://github.com/clojure-emacs/cider/issues/3209): Fix 
`cider-format` dropping non-map cljfmt options (e.g. 
`remove-consecutive-blank-lines?`).
+### Changes
+
+- Bump the injected nREPL version to 1.6.
 
 ## 1.21.0 (2026-02-07)
 
diff --git a/lisp/cider.el b/lisp/cider.el
index 56920317d9..5bf1edc2bb 100644
--- a/lisp/cider.el
+++ b/lisp/cider.el
@@ -428,7 +428,7 @@ Throws an error if PROJECT-TYPE is unknown."
   "List of dependencies where elements are lists of artifact name and 
version.")
 (put 'cider-jack-in-dependencies 'risky-local-variable t)
 
-(defcustom cider-injected-nrepl-version "1.5.2"
+(defcustom cider-injected-nrepl-version "1.6.0"
   "The version of nREPL injected on jack-in.
 We inject the newest known version of nREPL just in case
 your version of Leiningen is bundling an older one."

Reply via email to