Fork me on GitHub
#boot
<
2018-03-03
>
niclasnilsson12:03:47

boot :dependencies on git(hub) repos? Can’t find any examples of this. Can it be done?

niclasnilsson14:03:14

Looked some more on 1.9 CLI and deps.edn, and then found @seancorfield’s https://github.com/seancorfield/boot-tools-deps, and got it to work. Nice! Still curious though if it’s possible to depend on git repos in the current boot :dependencies?

niclasnilsson15:03:29

Next step, will try to get it to work with private git repos.

Alex Miller (Clojure team)16:03:17

You can use git repos. Private repos will work with ssh git urls but there are some caveats and known failure modes

Alex Miller (Clojure team)16:03:33

If you get stuck, ask in #tools-deps