Fork me on GitHub
#cider
<
2017-10-20
>
norman21:10:49

When using cider-jack-in, it injects tools.nrepl 0.2.12, but I notice that the cider-nrepl project itself hass tools.nrepl 0.2.13 as a dependency

norman21:10:32

(RE: 0.16-SNAPSHOT)

norman21:10:42

I’m wondering if that’s intentional

norman21:10:24

The motivation of this question is because I include cider and nrepl dependency in my project so that we can build a non-lein runnable server with nrepl capabilities. I’m not sure whether I should force 0.2.12 like cider-jack-in does or use the 0.2.13 that cider-nrepl requests.