Skip to content

Commit

Permalink
Latest version is v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalker committed Feb 14, 2015
1 parent f115ade commit a205858
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ The result:

## Setup<a id="sec-1-2" name="sec-1-2"></a>

Add `[lein-plz "0.3.1"]` to the `:plugins` vector in your user
Add `[lein-plz "0.3.3"]` to the `:plugins` vector in your user
profile.

```clojure
{:user {:plugins [[cider/cider-nrepl "0.8.0-SNAPSHOT"]
[lein-plz "0.3.1"]
[lein-plz "0.3.3"]
[slamhound "1.5.5"]]}}
```

Expand Down Expand Up @@ -131,7 +131,7 @@ If the example map resides in `/home/stuartsierra/.plz/myplzmap.edn`, then

```clojure
{:user {:plugins [[cider/cider-nrepl "0.8.0-SNAPSHOT"]
[lein-plz "0.3.1"]
[lein-plz "0.3.3"]
[slamhound "1.5.5"]]
:plz ["/home/stuartsierra/.plz/myplzmap.edn"]}}
```
Expand All @@ -140,7 +140,7 @@ You can use more than one map:

```clojure
{:user {:plugins [[cider/cider-nrepl "0.8.0-SNAPSHOT"]
[lein-plz "0.3.1"]
[lein-plz "0.3.3"]
[slamhound "1.5.5"]]
:plz ["/home/stuartsierra/.plz/myplzmap.edn"
"/home/stuartsierra/.plz/user-map-2.edn"
Expand Down Expand Up @@ -172,7 +172,7 @@ filename with :as key and the group's name.

```clojure
{:user {:plugins [[cider/cider-nrepl "0.8.0-SNAPSHOT"]
[lein-plz "0.3.1"]
[lein-plz "0.3.3"]
[slamhound "1.5.5"]]
:plz [["/home/stuartsierra/.plz/server.edn" :as "server-group"]
["/home/stuartsierra/.plz/client.edn" :as "client-group"]
Expand All @@ -199,7 +199,7 @@ upgrading dependencies. It's recommended that users of both
specify the `lein-plz` dependency as follows:

```clojure
[lein-plz "0.3.1" :exclusions [[rewrite-clj] [ancient-clj]]]
[lein-plz "0.3.3" :exclusions [[rewrite-clj] [ancient-clj]]]
```

This is guaranteed to work with lein-ancient version `0.5.9`.
Expand Down

0 comments on commit a205858

Please sign in to comment.