Skip to content

Commit 5bba485

Browse files
committed
Bump the injected nREPL version to 1.0
1 parent 7d1a989 commit 5bba485

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
### Changes
6+
7+
- Bump the injected nREPL version to 1.0.
8+
59
## 1.5.0 (2022-08-24)
610

711
### New features

cider.el

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

394-
(defcustom cider-injected-nrepl-version "0.9.0"
394+
(defcustom cider-injected-nrepl-version "1.0.0"
395395
"The version of nREPL injected on jack-in.
396396
We inject the newest known version of nREPL just in case
397397
your version of Boot or Leiningen is bundling an older one."

0 commit comments

Comments
 (0)