boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 179 forks source link

Update nREPL and REPL-y #724

Closed bbatsov closed 5 years ago

bbatsov commented 5 years ago

A straightforward change.

One thing to note - nREPL introduced a config file, that ideally boot should support at some point. See https://nrepl.org/nrepl/usage/server.html#_server_options

It's not a big deal and should be trivial to do. Perhaps someone like @alexander-yakushev would like to land a hand with this, as I'm not really a boot user.

bbatsov commented 5 years ago

@flyboarder Can you merge this and bump the version to 0.6.0? Tools like CIDER now target nREPL 0.6 and it’d be nice if Boot users didn’t have to manually override their nREPL dependency.

burn2delete commented 5 years ago

Yes, I’ll look into a new patch version soon.

bbatsov commented 5 years ago

Thanks!

Generally nREPL upgrades are safe, as we’re very careful about backwards compatibility.