@@ -29,7 +29,7 @@ project):
2929
3030``` clojure
3131; ; use whatever are the most recent versions here
32- [cider/piggieback " 0.3.8 " ]
32+ [cider/piggieback " 0.3.9 " ]
3333[org.clojure/clojure " 1.9.0" ]
3434```
3535
@@ -148,7 +148,7 @@ documentation lookup, the namespace browser, and macroexpansion).
148148[adzerk/boot-cljs-repl " X.Y.Z" :scope " test" ]
149149[pandeiro/boot-http " X.Y.Z" :scope " test" ]
150150[weasel " 0.7.0" :scope " test" ]
151- [cider/piggieback " 0.3.8 " :scope " test" ] ; not needed for cider-jack-in-cljs
151+ [cider/piggieback " 0.3.9 " :scope " test" ] ; not needed for cider-jack-in-cljs
152152```
153153
154154and this at the end of ` build.boot ` :
@@ -190,7 +190,7 @@ You can also use [Figwheel](https://github.com/bhauman/lein-figwheel) with CIDER
1901902 . Add these to your dev ` :dependencies ` :
191191
192192 ``` clojure
193- [cider/piggieback " 0.3.8 " ] ; not needed for cider-jack-in-cljs
193+ [cider/piggieback " 0.3.9 " ] ; not needed for cider-jack-in-cljs
194194 [figwheel-sidecar " 0.5.16" ] ; use here whatever the current version of figwheel is
195195 ```
196196
@@ -224,7 +224,7 @@ You can also use [Figwheel-main](https://github.com/bhauman/figwheel-main) with
2242241. Add this to your dev `:dependencies`:
225225
226226 ```clojure
227- [cider/piggieback " 0.3.8 " ] ; not needed for cider-jack-in-cljs
227+ [cider/piggieback " 0.3.9 " ] ; not needed for cider-jack-in-cljs
228228 ```
229229
2302302. Add this to your dev `:repl-options` (not needed for `cider-jack-in-cljs`):
0 commit comments