Skip to content

Commit 08c8948

Browse files
committed
Bump the injected nREPL to 1.1.2
1 parent c2394fc commit 08c8948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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).

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
517517
We inject the newest known version of nREPL just in case
518518
your version of Boot or Leiningen is bundling an older one."

0 commit comments

Comments
 (0)