Fork me on GitHub
#boot
<
2018-06-01
>
danm10:06:51

Having seen comments on #cursive about deps.clj and boot, are there does anywhere about how they integrate? If I have a deps.clj do I just not need to provide (set-env! :dependencies) in my build.boot, or is there more I need to do to make them play nicely together?

seancorfield16:06:47

@carr0t Did you see my response in #clojure-uk about boot-tools-deps?

seancorfield16:06:24

Happy to answer any questions about it 🙂

seancorfield16:06:49

The key thing I'll mention is that boot-tools-deps is designed to let you add Boot functionality to an existing, working clj/`deps.edn` project, more so than the other way around.

4