summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-05-07 22:27:41 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-05-07 22:27:41 +0300
commit5b1c148078b3c6083f7777f2c3349d5c6403fdba (patch)
tree4468f628550042c5b817d9534428169842e2b0e9 /doc
parent581aaefd43f10439d80a34f5da613ac2def4950c (diff)
Release 0.17 (AndalucĂ­a)!
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 12d11267..297d8d27 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -151,7 +151,7 @@ Use the convenient plugin for defaults, either in your project's
A minimal `profiles.clj` for CIDER would be:
```clojure
-{:repl {:plugins [[cider/cider-nrepl "0.16.0"]]}}
+{:repl {:plugins [[cider/cider-nrepl "0.17.0"]]}}
```
**Be careful not to place this in the `:user` profile, as this way CIDER's
@@ -167,7 +167,7 @@ all of their projects using a `~/.boot/profile.boot` file like so:
(require 'boot.repl)
(swap! boot.repl/*default-dependencies*
- concat '[[cider/cider-nrepl "0.16.0"]])
+ concat '[[cider/cider-nrepl "0.17.0"]])
(swap! boot.repl/*default-middleware*
conj 'cider.nrepl/cider-middleware)
@@ -194,6 +194,6 @@ It goes without saying that your project should depend on `cider-nrepl`.
***
-`x.y.z` should match the version of CIDER you're currently using (say `0.16.0`).
+`x.y.z` should match the version of CIDER you're currently using (say `0.17.0`).
For snapshot releases of CIDER you should use the snapshot of the plugin as well
-(say `0.16.0-SNAPSHOT`).
+(say `0.17.0-SNAPSHOT`).