I'm trying to use boot-tools-deps, but whatever I do, something requires user.clj
before the deps get added. Because my user.clj requires some namespaces from the dependencies, this does not work. 😐
Hmm, okay, if I remove the resource paths from build.boot and have :paths
in deps.edn, then it works.
the version