This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-22
Channels
- # babashka (106)
- # beginners (29)
- # biff (29)
- # calva (9)
- # cider (6)
- # clj-kondo (24)
- # clojure (40)
- # clojure-europe (94)
- # clojure-japan (1)
- # clojure-nl (1)
- # clojure-norway (45)
- # clojure-uk (13)
- # clojuredesign-podcast (5)
- # clojurescript (12)
- # clr (4)
- # community-development (2)
- # conjure (13)
- # cryogen (4)
- # cursive (4)
- # deps-new (1)
- # fulcro (18)
- # hugsql (2)
- # hyperfiddle (67)
- # jobs (1)
- # malli (47)
- # meander (2)
- # missionary (34)
- # off-topic (1)
- # podcasts-discuss (1)
- # polylith (24)
- # reagent (19)
- # reitit (9)
- # sci (7)
- # shadow-cljs (3)
- # testing (28)
- # tools-deps (1)
- # xtdb (9)
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 🙂 )