trptcolin / reply

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

[Fix #181] Update to nREPL 0.4 #182

Closed bbatsov closed 6 years ago

bbatsov commented 6 years ago

Here's the discussed migration to nREPL 0.4. As you can see the changes are few and trivial. The only real problem is the dependency to drawbridge, which I didn't expect.

I've pinged @cemerick about it https://github.com/cemerick/drawbridge/issues/23

bbatsov commented 6 years ago

I'm puzzled by the failures - supposedly I've added properly tools.logging to the setup for the test.

bbatsov commented 6 years ago

Ah, I found I forgot to update something. OK, the build is officially green then.

trptcolin commented 6 years ago

👍 thanks!

bbatsov commented 6 years ago

You're welcome! Let me know when you cut a new release, so I can proceed with the rest of the related updates to other projects.

trptcolin commented 6 years ago

Released as 0.4.0

bbatsov commented 6 years ago

Thanks!