diff --git a/lein/profiles.clj b/lein/profiles.clj index 45cfd33..921af27 100644 --- a/lein/profiles.clj +++ b/lein/profiles.clj @@ -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"]]}}