File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Be aware that this isn't the case if you connect to an already running REPL proc
2525Add the following, either in your project's ` project.clj ` , or in the ` :user ` profile found at ` ~/.lein/profiles.clj ` :
2626
2727``` clojure
28- :plugins [[refactor-nrepl " 3.0.0-alpha12 " ]
28+ :plugins [[refactor-nrepl " 3.0.0-alpha13 " ]
2929 [cider/cider-nrepl " 0.25.9" ]]
3030```
3131
@@ -37,7 +37,7 @@ Add the following in `~/.boot/profile.boot`:
3737(require 'boot.repl)
3838
3939(swap! boot.repl/*default-dependencies* conj
40- '[refactor-nrepl " 3.0.0-alpha12 " ]
40+ '[refactor-nrepl " 3.0.0-alpha13 " ]
4141 '[cider/cider-nrepl " 0.25.9" ])
4242
4343(swap! boot.repl/*default-middleware* conj
Original file line number Diff line number Diff line change 1- (defproject refactor-nrepl " 3.0.0-alpha12 "
1+ (defproject refactor-nrepl " 3.0.0-alpha13 "
22 :description " nREPL middleware to support editor-agnostic refactoring"
33 :url " http://github.com/clojure-emacs/refactor-nrepl"
44 :license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments