Mix deps.get updating from github

Suppose, we provide the github link in the mix file. If the github repository is updated, how do I update the same in my application?
I tried mix deps.get but does not seem to update the repo.

Try mix deps.clean <dependency_name>

1 Like

Not sure that’s the best way. I do mix deps.update <name> and I don’t remember it failing me.

5 Likes

I agree. This is working well.

1 Like