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
25
25
Add the following, either in your project's ` project.clj ` , or in the ` :user ` profile found at ` ~/.lein/profiles.clj ` :
26
26
27
27
``` clojure
28
- :plugins [[refactor-nrepl " 3.0.0-alpha12 " ]
28
+ :plugins [[refactor-nrepl " 3.0.0-alpha13 " ]
29
29
[cider/cider-nrepl " 0.25.9" ]]
30
30
```
31
31
@@ -37,7 +37,7 @@ Add the following in `~/.boot/profile.boot`:
37
37
(require 'boot.repl)
38
38
39
39
(swap! boot.repl/*default-dependencies* conj
40
- '[refactor-nrepl " 3.0.0-alpha12 " ]
40
+ '[refactor-nrepl " 3.0.0-alpha13 " ]
41
41
'[cider/cider-nrepl " 0.25.9" ])
42
42
43
43
(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 "
2
2
:description " nREPL middleware to support editor-agnostic refactoring"
3
3
:url " http://github.com/clojure-emacs/refactor-nrepl"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments