Fork me on GitHub
#luminus
<
2018-02-26
>
Casey16:02:23

luminus so so handy, but a big pain is that there's no way to update the dependencies after project generation

Casey16:02:57

automatic dep bumping would be a bit much to ask for.. but is there a place I can easily find the latest dep versions luminus knows work together?

Casey16:02:23

my second biggest pain is when later I realize I want to add a feature to a project after generating it 😕

gklijs17:02:46

You can use lein ancient https://github.com/xsc/lein-ancient to get the latest releases, will not guarantee they work well together, but must of the times will do fine.

yogthos21:02:22

yeah lein-ancient is what I use as well, but there is the manual testing step involved there