Skip to content

Commit b00c704

Browse files
committed
3.0.0-alpha12
1 parent 7cf6607 commit b00c704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Be aware that this isn't the case if you connect to an already running REPL proc
2525
Add 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-alpha11"]
28+
:plugins [[refactor-nrepl "3.0.0-alpha12"]
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-alpha11"]
40+
'[refactor-nrepl "3.0.0-alpha12"]
4141
'[cider/cider-nrepl "0.25.9"])
4242

4343
(swap! boot.repl/*default-middleware* conj

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject refactor-nrepl "3.0.0-alpha11"
1+
(defproject refactor-nrepl "3.0.0-alpha12"
22
:description "nREPL middleware to support editor-agnostic refactoring"
33
:url "http://github.com/clojure-emacs/refactor-nrepl"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)