(doc) CIDER requires nREPL minimum 0.2.7

https://github.com/clojure-emacs/cider/issues/970
This commit is contained in:
Amin Bandali 2015-03-14 20:30:55 -04:00 committed by syl20bnr
parent d4a7e3bed1
commit 64f8db437f

View file

@ -73,7 +73,8 @@ Or set this variable when loading the configuration layer:
```clj
{:user {:plugins [[cider/cider-nrepl "0.9.0-SNAPSHOT"]
[refactor-nrepl "0.3.0-SNAPSHOT"]]
:dependencies [[alembic "0.3.2"]]}}
:dependencies [[alembic "0.3.2"]
[org.clojure/tools.nrepl "0.2.7"]]}}
```
#### More details