We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1a989 commit 5bba485Copy full SHA for 5bba485
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+### Changes
6
+
7
+- Bump the injected nREPL version to 1.0.
8
9
## 1.5.0 (2022-08-24)
10
11
### New features
cider.el
@@ -391,7 +391,7 @@ Throws an error if PROJECT-TYPE is unknown."
391
"List of dependencies where elements are lists of artifact name and version.")
392
(put 'cider-jack-in-dependencies 'risky-local-variable t)
393
394
-(defcustom cider-injected-nrepl-version "0.9.0"
+(defcustom cider-injected-nrepl-version "1.0.0"
395
"The version of nREPL injected on jack-in.
396
We inject the newest known version of nREPL just in case
397
your version of Boot or Leiningen is bundling an older one."
0 commit comments