Fork me on GitHub
#boot
<
2022-06-22
>
Drew Verlee23:06:02

Is there any way to reference another local clojure project/directory path in boot like deps? does :source-paths support resolving paths outside the directory e.g "../foo" ? I'm trying to have boot and deps share the same dependencies for a while. Ideally book would just reference a deps.edn like shadow does with :deps true. but i don't see any library which seems to do that. Maybe i'm looking past it or an obvious solution though?