File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
- [ #3661 ] ( https://github.com/clojure-emacs/cider/issues/3661 ) : Truncate echo area output ahead of time.
22
22
- [ #3664 ] ( https://github.com/clojure-emacs/cider/issues/3664 ) : Add customization inspector op to change max nested collection depth.
23
23
- Bump the injected ` enrich-classpath ` to [ 1.19.3] ( https://github.com/clojure-emacs/enrich-classpath/compare/v1.19.0...v1.19.3 ) .
24
- - Bump the injected nREPL to [ 1.1.1 ] ( https://github.com/nrepl/nrepl/blob/ v1.1.1/CHANGELOG.md#111-2024-02-20 ) .
24
+ - Bump the injected nREPL to [ 1.1.2 ] ( https://github.com/nrepl/nrepl/releases/tag/ v1.1.2 ) .
25
25
- Bump the injected ` cider-nrepl ` to [ 0.48.0] ( https://github.com/clojure-emacs/cider-nrepl/blob/v0.48.0/CHANGELOG.md#0480-2024-05-13 ) .
26
26
- Updates [ Orchard] ( https://github.com/clojure-emacs/orchard/blob/v0.23.2/CHANGELOG.md#0232-2024-03-10 ) .
27
27
- Bump the injected ` cider-nrepl ` to [ 0.48.0] ( https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0480-2024-05-13 ) .
Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ Throws an error if PROJECT-TYPE is unknown."
512
512
" List of dependencies where elements are lists of artifact name and version." )
513
513
(put 'cider-jack-in-dependencies 'risky-local-variable t )
514
514
515
- (defcustom cider-injected-nrepl-version " 1.1.1 "
515
+ (defcustom cider-injected-nrepl-version " 1.1.2 "
516
516
" The version of nREPL injected on jack-in.
517
517
We inject the newest known version of nREPL just in case
518
518
your version of Boot or Leiningen is bundling an older one."
You can’t perform that action at this time.
0 commit comments