Skip to content

Commit 178bb75

Browse files
authored
Update the injected cider-nrepl (#3062)
1 parent 9eb5785 commit 178bb75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [#3040](https://github.com/clojure-emacs/cider/pull/3040): Support invoking `cider-clojuredocs` within the `*clojuredocs*` buffer.
1010
* Make it possible to specify the version of `cider-nrepl` to use with `cider-jack-in`. See `cider-injected-middleware-version`.
1111
* Make it possible to specify the version of nREPL to use with `cider-jack-in`. See `cider-injected-nrepl-version`.
12+
* Upgrade `cider-nrepl`, `Orchard` and `clj-suitable` for pulling their latest bugfixes.
1213

1314
### Bugs fixed
1415

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Elements of the list are artifact name and list of exclusions to apply for the a
414414
(defconst cider-latest-clojure-version "1.10.1"
415415
"Latest supported version of Clojure.")
416416

417-
(defconst cider-required-middleware-version "0.27.0"
417+
(defconst cider-required-middleware-version "0.27.1"
418418
"The CIDER nREPL version that's known to work properly with CIDER.")
419419

420420
(defcustom cider-injected-middleware-version cider-required-middleware-version

0 commit comments

Comments
 (0)