leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
Prakash 2020-05-14T06:29:05.119700Z

I think lein checkout will be useful for this as well - https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#checkout-dependencies

nprbst 2020-05-14T16:31:39.120500Z

Yep. Checkouts worked perfectly. Thanks guys!

2020-05-14T16:36:24.120700Z

yeah, sorry - that too if you are using lein projects hah

2020-05-14T16:36:38.121100Z

I use checkouts often to dev 2 projects in somewhat tandem

2020-05-14T16:36:49.121500Z

be careful though checkouts are local and shield you from real build issues later

2020-05-14T16:37:21.122200Z

when you use a checkout dep - it overrides whatever you declared about that dep in your project.clj - such as version number is ignored - you just get whatever is in your local directory via the symlink

2020-05-14T16:37:38.122500Z

the docs for checkouts already warn similarly though