Skip to content

Commit

Permalink
3.0.0-alpha12
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Oct 4, 2021
1 parent ca57923 commit 3134be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,7 +25,7 @@ Be aware that this isn't the case if you connect to an already running REPL proc
Add the following, either in your project's `project.clj`, or in the `:user` profile found at `~/.lein/profiles.clj`:

```clojure
:plugins [[refactor-nrepl "3.0.0-alpha11"]
:plugins [[refactor-nrepl "3.0.0-alpha12"]
[cider/cider-nrepl "0.25.9"]]
```

Expand All @@ -37,7 +37,7 @@ Add the following in `~/.boot/profile.boot`:
(require 'boot.repl)

(swap! boot.repl/*default-dependencies* conj
'[refactor-nrepl "3.0.0-alpha11"]
'[refactor-nrepl "3.0.0-alpha12"]
'[cider/cider-nrepl "0.25.9"])

(swap! boot.repl/*default-middleware* conj
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject refactor-nrepl "3.0.0-alpha11"
(defproject refactor-nrepl "3.0.0-alpha12"
:description "nREPL middleware to support editor-agnostic refactoring"
:url "http://github.com/clojure-emacs/refactor-nrepl"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 3134be0

Please sign in to comment.