Skip to content

Commit 35d7261

Browse files
committed
Update the piggieback instructions
1 parent d01366a commit 35d7261

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/clojurescript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ project):
1616

1717
```clojure
1818
;; use whatever are the most recent versions here
19-
[cider/piggieback "0.3.1"]
20-
[org.clojure/clojure "1.7.0"]
19+
[cider/piggieback "0.3.2"]
20+
[org.clojure/clojure "1.9.0"]
2121
```
2222

2323
as well as `piggieback` nREPL middleware:
@@ -109,7 +109,7 @@ documentation lookup, the namespace browser, and macroexpansion).
109109
[adzerk/boot-cljs-repl "X.Y.Z" :scope "test"]
110110
[pandeiro/boot-http "X.Y.Z" :scope "test"]
111111
[weasel "0.7.0" :scope "test"]
112-
[cider/piggieback "0.3.1" :scope "test"]
112+
[cider/piggieback "0.3.2" :scope "test"]
113113
```
114114

115115
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
146146
2. Add these to your dev `:dependencies`:
147147

148148
```clojure
149-
[cider/piggieback "0.3.1"]
149+
[cider/piggieback "0.3.2"]
150150
[figwheel-sidecar "0.5.16"] ; use here whatever the current version of figwheel is
151151
```
152152

0 commit comments

Comments
 (0)