Move Leiningen profile dependencies on CIDER stuff
- Was in :user profile, now in :repl profile
This commit is contained in:
@@ -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"]]}}
|
||||
|
||||
Reference in New Issue
Block a user