File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 15
15
16
16
* Bump the injected nREPL version to 0.8.1.
17
17
* Bump the injected ` cider-nrepl ` version to ` 0.25.4 ` .
18
+ * Bump the injected Piggieback version to 0.5.2. See [ this issue] ( https://github.com/nrepl/piggieback/issues/118 ) for details.
18
19
* [ #2897 ] ( https://github.com/clojure-emacs/cider/pull/2897 ) : Translate paths from CIDER to nREPL and vice-versa.
19
20
* Set ` cider-prompt-for-symbol ` to ` nil ` by default.
20
21
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ Throws an error if PROJECT-TYPE is unknown."
393
393
" List of dependencies where elements are lists of artifact name and version.
394
394
Added to `cider-jack-in-dependencies' when doing `cider-jack-in-cljs' ." )
395
395
(put 'cider-jack-in-cljs-dependencies 'risky-local-variable t )
396
- (cider-add-to-alist 'cider-jack-in-cljs-dependencies " cider/piggieback" " 0.5.1 " )
396
+ (cider-add-to-alist 'cider-jack-in-cljs-dependencies " cider/piggieback" " 0.5.2 " )
397
397
398
398
(defvar cider-jack-in-dependencies-exclusions nil
399
399
" List of exclusions for jack in dependencies.
You can’t perform that action at this time.
0 commit comments