Skip to content

Commit a99172d

Browse files
committed
Bump the inject piggieback version
0.5.1 was a bad build.
1 parent fde37a3 commit a99172d

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
@@ -15,6 +15,7 @@
1515

1616
* Bump the injected nREPL version to 0.8.1.
1717
* 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.
1819
* [#2897](https://github.com/clojure-emacs/cider/pull/2897): Translate paths from CIDER to nREPL and vice-versa.
1920
* Set `cider-prompt-for-symbol` to `nil` by default.
2021

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Throws an error if PROJECT-TYPE is unknown."
393393
"List of dependencies where elements are lists of artifact name and version.
394394
Added to `cider-jack-in-dependencies' when doing `cider-jack-in-cljs'.")
395395
(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")
397397

398398
(defvar cider-jack-in-dependencies-exclusions nil
399399
"List of exclusions for jack in dependencies.

0 commit comments

Comments
 (0)