Fork me on GitHub
#leiningen
<
2020-05-14
>
nprbst16:05:39

Yep. Checkouts worked perfectly. Thanks guys!

mikerod16:05:24

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

mikerod16:05:38

I use checkouts often to dev 2 projects in somewhat tandem

mikerod16:05:49

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

mikerod16:05:21

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

mikerod16:05:38

the docs for checkouts already warn similarly though