From f9fddc06f58b837abd06b41ae645bc21d0c0f883 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 6 Jul 2016 13:54:19 -0700 Subject: [PATCH] Update clojure profiles --- dotfiles/boot/profile.boot | 9 ++++----- dotfiles/lein/profile.clj | 5 +---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/dotfiles/boot/profile.boot b/dotfiles/boot/profile.boot index 65f80481..898afbe6 100644 --- a/dotfiles/boot/profile.boot +++ b/dotfiles/boot/profile.boot @@ -1,8 +1,7 @@ (require 'boot.repl) -(swap! boot.repl/*default-dependencies* conj - '[refactor-nrepl "1.2.0-SNAPSHOT"] - '[cider/cider-nrepl "0.10.0-SNAPSHOT"]) +(swap! boot.repl/*default-dependencies* + concat '[[cider/cider-nrepl "0.12.0"]]) -(swap! boot.repl/*default-middleware* conj - 'refactor-nrepl.middleware/wrap-refactor) +(swap! boot.repl/*default-middleware* + conj 'cider.nrepl/cider-middleware) diff --git a/dotfiles/lein/profile.clj b/dotfiles/lein/profile.clj index 240ac8ef..0991fd72 100644 --- a/dotfiles/lein/profile.clj +++ b/dotfiles/lein/profile.clj @@ -1,4 +1 @@ -{:repl {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"] - [refactor-nrepl "2.0.0-SNAPSHOT"]] - :dependencies [[alembic "0.3.2"] - [org.clojure/tools.nrepl "0.2.12"]]}} +{:repl {:plugins [[cider/cider-nrepl "0.12.0"]]}}