This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-01
Channels
- # adventofcode (77)
- # announcements (1)
- # architecture (6)
- # babashka (16)
- # beginners (28)
- # calva (2)
- # cider (5)
- # clj-kondo (28)
- # clojure (63)
- # clojure-europe (39)
- # clojure-nl (1)
- # clojure-norway (10)
- # clojure-uk (3)
- # clojurebridge (2)
- # clojurescript (23)
- # cursive (1)
- # datalevin (1)
- # dev-tooling (2)
- # emacs (16)
- # events (3)
- # fulcro (8)
- # guix (3)
- # honeysql (16)
- # introduce-yourself (1)
- # jobs (1)
- # joyride (91)
- # lambdaisland (1)
- # lsp (18)
- # membrane (1)
- # nbb (1)
- # off-topic (62)
- # pathom (4)
- # portal (11)
- # rdf (4)
- # re-frame (4)
- # releases (3)
- # shadow-cljs (55)
- # tools-deps (10)
- # xtdb (3)
- # yada (5)
https://github.com/clojure/tools.build points to maven 0.8.5 but it does not exists on maven https://mvnrepository.com/artifact/org.clojure/tools.build
0.8.4 was the first (and so far only) release of tools.build to Maven. It is not normally released to Maven and I think it might be a manual process?
Normally, you'd use tools.build
as a git dep... what is your use case for using it as a non-git dep @U2J4FRT2T?
oh tools build has a channel. nice. @U04V70XH6 no specific use-case. just tried to use, and it fails. so reporting.
there was a snafu in the release process, I will fix it on 0.8.6, but really 0.8.5 is not much different than 0.8.4 so it has not seemed worth it to fix to me
@U04V70XH6 fwiw, personally, I tried switching to the maven dep to avoid the :git/sha
part. No other reason.
@UE21H2HHD I guess I have so much dev tooling that uses git deps that it hasn't mattered to me...
i love git deps and usually use it for everything. local/root is awesome too! some things like being able to overwrite a dep just by placing its symbol and pointing to a "dumb root" is way better than handle maven logics but some companies only allow maven deps, because they have infrastructure on it (dep usage/analysis etc)
(we're using a core.async
fork via git deps in production, plus Polylith, an external test runner, tools.build
, build-clj
, the Cognitect test-runner
, clj-watson
, the Datomic dev.datafy stuff, Stu's reflector project, the add-lib3 branch of tools.deps.alpha ... all via git deps 🙂 )