Updated dependencies in profiles.clj example to latest version

This commit is contained in:
Immortalin 2015-09-05 19:28:02 +08:00 committed by syl20bnr
parent 4a0e3b685f
commit 578c92ed15

View file

@ -72,10 +72,10 @@ Or set this variable when loading the configuration layer:
- Create a file =~/.lein/profiles.clj= with the following content:
#+BEGIN_SRC clojure
{:user {:plugins [[cider/cider-nrepl "0.9.0-SNAPSHOT"]
[refactor-nrepl "0.3.0-SNAPSHOT"]]
{:user {:plugins [[cider/cider-nrepl "0.9.1"]
[refactor-nrepl "1.1.0"]]
:dependencies [[alembic "0.3.2"]
[org.clojure/tools.nrepl "0.2.7"]]}}
[org.clojure/tools.nrepl "0.2.10"]]}}
#+END_SRC
*** More details