From a19aaaffc334a55f2b9fe9abd5c7fbb713d420d1 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 21 Aug 2015 14:06:55 -0700 Subject: [PATCH] Fix CIDER dependencies in Leiningen profile. Ignore lein repl history for realzies this time. --- .gitignore | 2 +- lein/profiles.clj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d90935..40769ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .DS_Store -repl_history \ No newline at end of file +lein/repl-history \ No newline at end of file diff --git a/lein/profiles.clj b/lein/profiles.clj index 3462b35..45cfd33 100644 --- a/lein/profiles.clj +++ b/lein/profiles.clj @@ -1,2 +1,2 @@ -{:user {:plugins [[cider/cider-nrepl "0.9.1"] - [refactor-nrepl "1.1.0"]]}} +{:user {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"] + [refactor-nrepl "1.2.0-SNAPSHOT"]]}}