boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
danm 2018-06-01T10:35:51.000363Z

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?

seancorfield 2018-06-01T16:23:47.000527Z

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

seancorfield 2018-06-01T16:24:24.000526Z

Happy to answer any questions about it 🙂

seancorfield 2018-06-01T16:25:49.000398Z

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.

1