@@ -33,7 +33,7 @@ project):
33
33
34
34
``` clojure
35
35
; ; use whatever are the most recent versions here
36
- [cider/piggieback " 0.3.10 " ]
36
+ [cider/piggieback " 0.4.0 " ]
37
37
[org.clojure/clojure " 1.9.0" ]
38
38
```
39
39
@@ -157,7 +157,7 @@ documentation lookup, the namespace browser, and macroexpansion).
157
157
[adzerk/boot-cljs-repl " X.Y.Z" :scope " test" ]
158
158
[pandeiro/boot-http " X.Y.Z" :scope " test" ]
159
159
[weasel " 0.7.0" :scope " test" ]
160
- [cider/piggieback " 0.3.10 " :scope " test" ] ; not needed for cider-jack-in-cljs
160
+ [cider/piggieback " 0.4.0 " :scope " test" ] ; not needed for cider-jack-in-cljs
161
161
```
162
162
163
163
and this at the end of ` build.boot ` :
@@ -199,14 +199,13 @@ You can also use [Figwheel](https://github.com/bhauman/lein-figwheel) with CIDER
199
199
2 . Add these to your dev ` :dependencies ` :
200
200
201
201
``` clojure
202
- [cider/piggieback " 0.3.10 " ] ; not needed for cider-jack-in-cljs
203
- [figwheel-sidecar " 0.5.16 " ] ; use here whatever the current version of figwheel is
202
+ [cider/piggieback " 0.4.0 " ] ; not needed for cider-jack-in-cljs
203
+ [figwheel-sidecar " 0.5.19 " ] ; use here whatever the current version of figwheel is
204
204
```
205
205
206
206
!!! Warning
207
207
208
- Keep in mind that figwheel 0.5.16 is the first to support piggieback
209
- 0.3. CIDER does not support older versions of Piggieback.
208
+ Keep in mind that CIDER does not support versions versions of Piggieback older than 0.4. Make sure that you use a compatible version of Figwheel.
210
209
211
210
3 . Add this to your dev ` :repl-options ` (not needed for ` cider-jack-in-cljs ` ):
212
211
@@ -234,7 +233,7 @@ You can also use [Figwheel-main](https://github.com/bhauman/figwheel-main) with
234
233
1 . Add this to your dev ` :dependencies ` (not needed for ` cider-jack-in-cljs ` ):
235
234
236
235
``` clojure
237
- [cider/piggieback " 0.3.10 " ]
236
+ [cider/piggieback " 0.4.0 " ]
238
237
```
239
238
240
239
2 . Add this to your dev ` :repl-options ` (not needed for ` cider-jack-in-cljs ` ):
0 commit comments