Move Leiningen profile dependencies on CIDER stuff

- Was in :user profile, now in :repl profile
This commit is contained in:
2015-12-03 11:54:45 -08:00
parent 2bc2c4a2cb
commit 10c901a405

View File

@@ -1,2 +1,4 @@
{:user {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]
[refactor-nrepl "1.2.0-SNAPSHOT"]]}}
{:repl {:dependencies [[org.clojure/tools.nrepl "0.2.12"]]
:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]
[refactor-nrepl "2.0.0-SNAPSHOT"]
[lein-pprint "1.1.1"]]}}