This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-09
Channels
- # announcements (14)
- # architecture (42)
- # babashka (23)
- # beginners (37)
- # biff (8)
- # calva (2)
- # cider (3)
- # clara (42)
- # clerk (14)
- # clojure (55)
- # clojure-brasil (3)
- # clojure-dev (5)
- # clojure-europe (18)
- # clojure-hungary (88)
- # clojure-losangeles (3)
- # clojure-nl (1)
- # clojure-norway (66)
- # clojure-uk (9)
- # clojurescript (16)
- # core-logic (16)
- # datomic (6)
- # fulcro (32)
- # hyperfiddle (25)
- # instaparse (12)
- # joyride (2)
- # lsp (13)
- # malli (15)
- # off-topic (50)
- # polylith (11)
- # portal (3)
- # re-frame (2)
- # reitit (2)
- # sci (8)
- # shadow-cljs (16)
- # tools-deps (13)
- # xtdb (5)
For those on the master
branch, you can now update all libraries to the latest version with poly libs :update
which is documented https://cljdoc.org/d/polylith/clj-poly/0.2.18-SNAPSHOT/doc/libraries#update. Please try it out and come with feedback!

That's an awesome feature to have, save me regexing all the deps files great job
Great to hear!
I expect it will be a massive job to add support for cljs. A lot of hard work, but also a lot of fun I think! 🙂
You can report that to https://github.com/liquidz/antq if you want @U4GEXTNGZ. Polylith uses antq/upgrade-deps!
internally.
antq.api/upgrade-deps!
to be exact.
I have hopefully fixed these issues. It's now also possible to give which libraries to update by passing in libraries:
to the libs
command.