Fork me on GitHub
#cursive
<
2019-07-13
>
tony.kay01:07:26

@manutter51 there is a plugin for lein to pull deps from deps.edn

tony.kay01:07:15

works well enough. I’ve gone over to deps completely now, but for a time I was using that

cfleming01:07:36

@antonmos I’m looking at CLJS REPLs at the moment actually - I’ll look at that when I get a moment and try to figure it out.

cfleming01:07:59

@manutter51 Yes, you can use the lein plugin tony.kay suggested, or you can just create a deps.edn with the same info as your project.clj (I seem to recall seeing a project that did that automatically? I can’t remember now), and remove your lein project and import the deps one.

cfleming02:07:11

Quite a few projects seem to have both recently.