summaryrefslogtreecommitdiff
path: root/doc/clojurescript.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-05-07 07:51:16 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-05-07 07:52:05 +0300
commit35d72618ccf2841fb7d37dabaf03eb65795824d5 (patch)
treeb3a3d6161993e10b90bcf95ff7c335aac52099f6 /doc/clojurescript.md
parentd01366a01ca922d045f720f0bb6871f9827cf4a5 (diff)
Update the piggieback instructions
Diffstat (limited to 'doc/clojurescript.md')
-rw-r--r--doc/clojurescript.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/clojurescript.md b/doc/clojurescript.md
index a3a43635..17393e09 100644
--- a/doc/clojurescript.md
+++ b/doc/clojurescript.md
@@ -16,8 +16,8 @@ project):
```clojure
;; use whatever are the most recent versions here
-[cider/piggieback "0.3.1"]
-[org.clojure/clojure "1.7.0"]
+[cider/piggieback "0.3.2"]
+[org.clojure/clojure "1.9.0"]
```
as well as `piggieback` nREPL middleware:
@@ -109,7 +109,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.1" :scope "test"]
+[cider/piggieback "0.3.2" :scope "test"]
```
and this at the end of `build.boot`:
@@ -146,7 +146,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.1"]
+[cider/piggieback "0.3.2"]
[figwheel-sidecar "0.5.16"] ; use here whatever the current version of figwheel is
```