Fork me on GitHub
#tools-deps
<
2023-09-22
>
seancorfield16:09:53

I tried to install Polylith as a tool using install-latest and got the following error:

> clojure -Ttools install-latest :lib io.github.polyfy/polylith :as trial
trial: Did not find versions for io.github.polyfy/polylith
I was expecting it to find https://github.com/polyfy/polylith/releases/tag/v0.2.17-alpha as the latest version. Is this because the top-level deps.edn does not include :tools/usage? (the actual poly tools needs :deps/root "projects/poly" for an install with a specific version -- this started out with me wondering if install-latest could take :deps/root as an option in order to make this work 🙂 )