Fork me on GitHub
#leiningen
<
2020-03-03
>
mbarillier13:03:38

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?

sogaiu13:03:14

there's this: https://github.com/RickMoynihan/lein-tools-deps -- and some other similar things

sogaiu13:03:34

https://github.com/tobyhede/lein-git-deps (haven't really heard much about this one)

sogaiu13:03:16

the rationale section of the second one has some comparison info, fwiw: https://github.com/reifyhealth/lein-git-down#rationale

mbarillier13:03:29

thanks -- I saw at least lein-tools-deps when I was googling, will look into those. nice to see some rationale in lein-git-down ... props to the author.

sogaiu13:03:37

i used the second one a bit -- it had some difficulties on windows. i've heard others say the first one worked for them. good luck 🙂