summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-08 07:24:27 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-08 07:24:27 +0300
commitaec1fcd141f30afcf1f80a6434a7a5e54d896792 (patch)
treead07fd757466d0a6cdf520f346493accc1727f76 /doc
parent49034dc2b416ba80019d2cedcff65d9bd1224972 (diff)
Bump piggieback to 0.3.6
That should fix some nasty issues with figwheel.
Diffstat (limited to 'doc')
-rw-r--r--doc/clojurescript.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/clojurescript.md b/doc/clojurescript.md
index 394e36e4..958a331b 100644
--- a/doc/clojurescript.md
+++ b/doc/clojurescript.md
@@ -29,7 +29,7 @@ project):
```clojure
;; use whatever are the most recent versions here
-[cider/piggieback "0.3.5"]
+[cider/piggieback "0.3.6"]
[org.clojure/clojure "1.9.0"]
```
@@ -141,7 +141,7 @@ documentation lookup, the namespace browser, and macroexpansion).
[adzerk/boot-cljs-repl "X.Y.Z" :scope "test"]
[pandeiro/boot-http "X.Y.Z" :scope "test"]
[weasel "0.7.0" :scope "test"]
-[cider/piggieback "0.3.5" :scope "test"] ; not needed for cider-jack-in-cljs
+[cider/piggieback "0.3.6" :scope "test"] ; not needed for cider-jack-in-cljs
```
and this at the end of `build.boot`:
@@ -178,7 +178,7 @@ You can also use [Figwheel](https://github.com/bhauman/lein-figwheel) with CIDER
2. Add these to your dev `:dependencies`:
```clojure
-[cider/piggieback "0.3.5"] ; not needed for cider-jack-in-cljs
+[cider/piggieback "0.3.6"] ; not needed for cider-jack-in-cljs
[figwheel-sidecar "0.5.16"] ; use here whatever the current version of figwheel is
```