This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-03
Channels
- # aleph (1)
- # announcements (9)
- # babashka (3)
- # beginners (200)
- # calva (22)
- # cider (74)
- # clojure (97)
- # clojure-dev (43)
- # clojure-europe (15)
- # clojure-italy (4)
- # clojure-nl (4)
- # clojure-sanfrancisco (2)
- # clojure-uk (103)
- # clojuredesign-podcast (2)
- # clojurescript (45)
- # core-async (5)
- # cursive (13)
- # datomic (42)
- # emacs (20)
- # fulcro (6)
- # graalvm (37)
- # jackdaw (10)
- # leiningen (7)
- # mid-cities-meetup (3)
- # off-topic (2)
- # pathom (1)
- # pedestal (3)
- # re-frame (6)
- # reagent (38)
- # reitit (5)
- # shadow-cljs (117)
- # spacemacs (1)
- # sql (1)
- # tools-deps (17)
- # vim (14)
- # xtdb (18)
I'd like to use the latest github version of a lib in a project I'm hacking on, but there are some changes that haven't been released to clojars yet. leiningen supports checkout dependencies -- is that the current best practice? any alternatives that I haven't read about?
there's this: https://github.com/RickMoynihan/lein-tools-deps -- and some other similar things
https://github.com/tobyhede/lein-git-deps (haven't really heard much about this one)
the rationale section of the second one has some comparison info, fwiw: https://github.com/reifyhealth/lein-git-down#rationale