Say I’ve added a link to a github repo inside mix.exs. Now say I update the github repo. How do I ensure I get the latest version?
mix deps.update <dependency_name>
2 Likes
Say I’ve added a link to a github repo inside mix.exs. Now say I update the github repo. How do I ensure I get the latest version?
mix deps.update <dependency_name>