trptcolin / reply

REPL-y: A fitter, happier, more productive REPL for Clojure.
Eclipse Public License 1.0
337 stars 44 forks source link

Bump nrepl version #180

Closed mlococo closed 6 years ago

mlococo commented 6 years ago

Recent versions of cider require nrepl 0.2.12 or greater to function properly. While reply users can deal with this locally through exclusions and explicit version deps on nrepl, it would be nice to default to a recent nrepl to maximize compatibility with other common tools.

bbatsov commented 6 years ago

And, of course, there's the bigger question of supporting the newer nREPL https://github.com/nrepl/nREPL

trptcolin commented 6 years ago

Bumped to 0.2.13 of the contrib nREPL on master; will move to the nrepl-org one eventually, yep.