Skip to content

Commit 5d3ebcc

Browse files
committed
Release 0.4.0
1 parent c4be495 commit 5d3ebcc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ original state.
3333
## Installation
3434

3535
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.
3737

3838
**Please, note that Piggieback 0.3.7 is the first version compatible
3939
with nREPL 0.4+.**
@@ -47,7 +47,7 @@ Modify your `project.clj` to include the following `:dependencies` and
4747
`:repl-options`:
4848

4949
```clojure
50-
:profiles {:dev {:dependencies [[cider/piggieback "0.3.10"]]
50+
:profiles {:dev {:dependencies [[cider/piggieback "0.4.0"]]
5151
:repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}}}
5252
```
5353

@@ -73,8 +73,8 @@ Add this alias to `~/.clojure/deps.edn`:
7373
;; ...
7474
:aliases {:nrepl
7575
{: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"}}}}
7878
}
7979
```
8080

Diff for: project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject cider/piggieback "0.4.0-SNAPSHOT"
1+
(defproject cider/piggieback "0.4.0"
22
:description "Middleware adding support for running ClojureScript REPLs over nREPL."
33
:url "http://github.com/nrepl/piggieback"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)