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