summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-05-15 15:32:38 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-05-15 15:32:38 +0300
commit45bd3bc238fc7bdd8028690bfefe95906937a57e (patch)
tree2e59d0cf54d84145b45fc74ed977356f6ad07bfd /doc
parenteb42764fa4276dc7e2eab5c9036b79aae1f7cf14 (diff)
Update the piggieback version mentioned in the manual
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 ee09bf78..506c1b3c 100644
--- a/doc/clojurescript.md
+++ b/doc/clojurescript.md
@@ -16,7 +16,7 @@ project):
```clojure
;; use whatever are the most recent versions here
-[cider/piggieback "0.3.3"]
+[cider/piggieback "0.3.4"]
[org.clojure/clojure "1.9.0"]
```
@@ -126,7 +126,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.3" :scope "test"]
+[cider/piggieback "0.3.4" :scope "test"]
```
and this at the end of `build.boot`:
@@ -163,7 +163,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.3"]
+[cider/piggieback "0.3.4"]
[figwheel-sidecar "0.5.16"] ; use here whatever the current version of figwheel is
```