Skip to content

Commit 63a6b0b

Browse files
committed
Bump the injected nREPL version
1 parent 6e0defa commit 63a6b0b

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
@@ -13,6 +13,7 @@
1313

1414
- [#3691](https://github.com/clojure-emacs/cider/pull/3691): Deprecate `cider-sync-request:inspect-set-*` functions in favor of generic `inspect-refresh` op.
1515
- Bump the injected `cider-nrepl` to [0.49.0](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0490-2024-06-02).
16+
- Bump the injected nREPL version to 1.2.0.
1617

1718
### Bugs fixed
1819

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ Throws an error if PROJECT-TYPE is unknown."
542542
"List of dependencies where elements are lists of artifact name and version.")
543543
(put 'cider-jack-in-dependencies 'risky-local-variable t)
544544

545-
(defcustom cider-injected-nrepl-version "1.2.0-beta2"
545+
(defcustom cider-injected-nrepl-version "1.2.0"
546546
"The version of nREPL injected on jack-in.
547547
We inject the newest known version of nREPL just in case
548548
your version of Boot or Leiningen is bundling an older one."

0 commit comments

Comments
 (0)