summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-31 08:47:04 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-31 13:17:28 +0200
commitbcbda1088b630d0bd2591d602ee6f2bd908544ca (patch)
tree73348f2b82a7381ce5a0555ddb00e4e4560a5caf /doc
parent4dd1ff198231eb9f8decc70bee5031e2a2324287 (diff)
Bump the auto-injected piggieback dep
Diffstat (limited to 'doc')
-rw-r--r--doc/clojurescript.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/clojurescript.md b/doc/clojurescript.md
index 8905733e..ade0222a 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.8"]
+[cider/piggieback "0.3.9"]
[org.clojure/clojure "1.9.0"]
```
@@ -148,7 +148,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.8" :scope "test"] ; not needed for cider-jack-in-cljs
+[cider/piggieback "0.3.9" :scope "test"] ; not needed for cider-jack-in-cljs
```
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
2. Add these to your dev `:dependencies`:
```clojure
- [cider/piggieback "0.3.8"] ; not needed for cider-jack-in-cljs
+ [cider/piggieback "0.3.9"] ; not needed for cider-jack-in-cljs
[figwheel-sidecar "0.5.16"] ; use here whatever the current version of figwheel is
```
@@ -224,7 +224,7 @@ You can also use [Figwheel-main](https://github.com/bhauman/figwheel-main) with
1. Add this to your dev `:dependencies`:
```clojure
- [cider/piggieback "0.3.8"] ; not needed for cider-jack-in-cljs
+ [cider/piggieback "0.3.9"] ; not needed for cider-jack-in-cljs
```
2. Add this to your dev `:repl-options` (not needed for `cider-jack-in-cljs`):