File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
* [ #3040 ] ( https://github.com/clojure-emacs/cider/pull/3040 ) : Support invoking ` cider-clojuredocs ` within the ` *clojuredocs* ` buffer.
10
10
* Make it possible to specify the version of ` cider-nrepl ` to use with ` cider-jack-in ` . See ` cider-injected-middleware-version ` .
11
11
* 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.
12
13
13
14
### Bugs fixed
14
15
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ Elements of the list are artifact name and list of exclusions to apply for the a
414
414
(defconst cider-latest-clojure-version " 1.10.1"
415
415
" Latest supported version of Clojure." )
416
416
417
- (defconst cider-required-middleware-version " 0.27.0 "
417
+ (defconst cider-required-middleware-version " 0.27.1 "
418
418
" The CIDER nREPL version that's known to work properly with CIDER." )
419
419
420
420
(defcustom cider-injected-middleware-version cider-required-middleware-version
You can’t perform that action at this time.
0 commit comments