From 35909476bf89bc0052203de5817f572f4ffeae0d Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 2 May 2016 16:48:29 -0700 Subject: [PATCH] Update leiningen dependencies --- .gitignore | 1 + lein/profiles.clj | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4371608..c48cb7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ lein/repl-history +lein/self-installs diff --git a/lein/profiles.clj b/lein/profiles.clj index 921af27..a61c60b 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.10.0-SNAPSHOT"] - [refactor-nrepl "2.0.0-SNAPSHOT"] +{:repl {:dependencies [] + :plugins [[cider/cider-nrepl "0.11.0-SNAPSHOT"] + [refactor-nrepl "2.2.0-SNAPSHOT"] [lein-pprint "1.1.1"]]}}