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?
@carr0t Did you see my response in #clojure-uk about boot-tools-deps
?
Happy to answer any questions about it 🙂
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.