File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ original state.
33
33
## Installation
34
34
35
35
Piggieback is compatible with Clojure 1.8.0+, and _ requires_ ClojureScript
36
- ` 1.9 ` or later and nREPL ` 0.2.10 ` or later.
36
+ ` 1.9 ` or later and nREPL ` 0.4.0 ` or later.
37
37
38
38
** Please, note that Piggieback 0.3.7 is the first version compatible
39
39
with nREPL 0.4+.**
@@ -47,7 +47,7 @@ Modify your `project.clj` to include the following `:dependencies` and
47
47
` :repl-options ` :
48
48
49
49
``` clojure
50
- :profiles {:dev {:dependencies [[cider/piggieback " 0.3.10 " ]]
50
+ :profiles {:dev {:dependencies [[cider/piggieback " 0.4.0 " ]]
51
51
:repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}}}
52
52
```
53
53
@@ -73,8 +73,8 @@ Add this alias to `~/.clojure/deps.edn`:
73
73
; ; ...
74
74
:aliases {:nrepl
75
75
{:extra-deps
76
- {nrepl/nrepl {:mvn/version " 0.4.5 " }
77
- cider/piggieback {:mvn/version " 0.3.10 " }}}}
76
+ {nrepl/nrepl {:mvn/version " 0.6.0 " }
77
+ cider/piggieback {:mvn/version " 0.4.0 " }}}}
78
78
}
79
79
```
80
80
Original file line number Diff line number Diff line change 1
- (defproject cider /piggieback " 0.4.0-SNAPSHOT "
1
+ (defproject cider /piggieback " 0.4.0"
2
2
:description " Middleware adding support for running ClojureScript REPLs over nREPL."
3
3
:url " http://github.com/nrepl/piggieback"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments