Files
dotfiles/lein/profiles.clj
Tim McCarthy 10c901a405 Move Leiningen profile dependencies on CIDER stuff
- Was in :user profile, now in :repl profile
2015-12-03 11:54:45 -08:00

5 lines
210 B
Clojure

{: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"]]}}