Mix v1.8.1 mix deps.unlock View Source
Unlocks the given dependencies.
Since this is a destructive action, unlocking dependencies only occurs when passing arguments/options:
dep1 dep2
- the name of dependencies to be unlocked--all
- unlocks all dependencies--unused
- unlocks only unused dependencies (no longer mentioned in themix.exs
file)