Fork me on GitHub
#tools-deps
<
2018-05-17
>
kenny22:05:57

How do git deps work in a monolith type repo? It looks like I can only specify the root git URL.

Alex Miller (Clojure team)22:05:05

You can also use :deps/root to specify a relative dir path from the root

kenny22:05:53

Perfect! I was looking here to better understand all the options I can pass but it looks like it's not quite up to date 🙂 https://github.com/clojure/tools.deps.alpha/blob/master/src/main/clojure/clojure/tools/deps/alpha/specs.clj

Alex Miller (Clojure team)22:05:45

Yeah those are a bit lagging