diff --git a/dotfiles/boot/profile.boot b/dotfiles/boot/profile.boot index 898afbe6..723477c3 100644 --- a/dotfiles/boot/profile.boot +++ b/dotfiles/boot/profile.boot @@ -1,7 +1,7 @@ (require 'boot.repl) (swap! boot.repl/*default-dependencies* - concat '[[cider/cider-nrepl "0.12.0"]]) + concat '[[cider/cider-nrepl "0.15.1"]]) (swap! boot.repl/*default-middleware* conj 'cider.nrepl/cider-middleware) diff --git a/dotfiles/lein/profile.clj b/dotfiles/lein/profile.clj index 0991fd72..b0afb731 100644 --- a/dotfiles/lein/profile.clj +++ b/dotfiles/lein/profile.clj @@ -1 +1 @@ -{:repl {:plugins [[cider/cider-nrepl "0.12.0"]]}} +{:repl {:plugins [[cider/cider-nrepl "0.15.1"]]}}