diff --git a/lein/profiles.clj b/lein/profiles.clj index a61c60b..3031f44 100644 --- a/lein/profiles.clj +++ b/lein/profiles.clj @@ -1,4 +1,4 @@ -{:repl {:dependencies [] - :plugins [[cider/cider-nrepl "0.11.0-SNAPSHOT"] - [refactor-nrepl "2.2.0-SNAPSHOT"] +{:repl {:dependencies [[org.clojure/tools.nrepl "0.2.12"]] + :plugins [[cider/cider-nrepl "0.18.0-SNAPSHOT"] + [refactor-nrepl "2.4.0-snapshot"] [lein-pprint "1.1.1"]]}}