Fork me on GitHub
#leiningen
<
2016-07-05
>
dfcarpenter22:07:24

How do I delete and redownload all my dependencies?

darwin22:07:54

@dfcarpenter: this is not really lein related question, I think. Maven manages dependencies. You can wipe out your whole local repo ~/.m2, or delete individual folders

darwin22:07:13

maybe there are mvn commands to do that more conveniently, but I’m no maven expert

dfcarpenter22:07:16

That’s what I ended up doing. Thanks

akiva22:07:19

I do that every few months to prune old versions of dependencies that are no longer used by anything. Probably not necessary but I like the sense of maintenance.