@@ -29,7 +29,7 @@ project):
29
29
30
30
``` clojure
31
31
; ; use whatever are the most recent versions here
32
- [cider/piggieback " 0.3.8 " ]
32
+ [cider/piggieback " 0.3.9 " ]
33
33
[org.clojure/clojure " 1.9.0" ]
34
34
```
35
35
@@ -148,7 +148,7 @@ documentation lookup, the namespace browser, and macroexpansion).
148
148
[adzerk/boot-cljs-repl " X.Y.Z" :scope " test" ]
149
149
[pandeiro/boot-http " X.Y.Z" :scope " test" ]
150
150
[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
152
152
```
153
153
154
154
and this at the end of ` build.boot ` :
@@ -190,7 +190,7 @@ You can also use [Figwheel](https://github.com/bhauman/lein-figwheel) with CIDER
190
190
2 . Add these to your dev ` :dependencies ` :
191
191
192
192
``` 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
194
194
[figwheel-sidecar " 0.5.16" ] ; use here whatever the current version of figwheel is
195
195
```
196
196
@@ -224,7 +224,7 @@ You can also use [Figwheel-main](https://github.com/bhauman/figwheel-main) with
224
224
1. Add this to your dev `:dependencies`:
225
225
226
226
```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
228
228
```
229
229
230
230
2. Add this to your dev `:repl-options` (not needed for `cider-jack-in-cljs`):
0 commit comments