nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
bozhidar 2019-01-07T07:08:09.020200Z

@aria42 You need Lein 2.8.3 or newer to use the modern nREPL.

bozhidar 2019-01-07T07:08:29.020700Z

Older versions have tools.nrepl as a hardcoded and non-overridable dep.

bozhidar 2019-01-07T07:08:58.020900Z

> Is this due to lein’s dependency on that? I believe I should be overriding, but because the package is different, not sure if I’m actually overriding.

bozhidar 2019-01-07T07:09:37.021600Z

Generally you can’t override different artifacts. 🙂