Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ Make sure you create a profile in `~/.lein/profiles.clj`. It should
contain the following:

```
{:user {:plugins [[cider/cider-nrepl "0.12.0"]
[refactor-nrepl "2.2.0"]]}}
{:user {:plugins [[cider/cider-nrepl "0.22.4"]
[refactor-nrepl "2.4.0"]]}}
```

Now you're ready to start a repl in a Clojure project with `lein repl`
Expand Down