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 2121- [ #3661 ] ( https://github.com/clojure-emacs/cider/issues/3661 ) : Truncate echo area output ahead of time.
2222- [ #3664 ] ( https://github.com/clojure-emacs/cider/issues/3664 ) : Add customization inspector op to change max nested collection depth.
2323- 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 ) .
2525- 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 ) .
2626 - Updates [ Orchard] ( https://github.com/clojure-emacs/orchard/blob/v0.23.2/CHANGELOG.md#0232-2024-03-10 ) .
2727- 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."
512512 " List of dependencies where elements are lists of artifact name and version." )
513513(put 'cider-jack-in-dependencies 'risky-local-variable t )
514514
515- (defcustom cider-injected-nrepl-version " 1.1.1 "
515+ (defcustom cider-injected-nrepl-version " 1.1.2 "
516516 " The version of nREPL injected on jack-in.
517517We inject the newest known version of nREPL just in case
518518your version of Boot or Leiningen is bundling an older one."
You can’t perform that action at this time.
0 commit comments