If you’re a fan of the Phoenix web framework, written in Elixir, you’ll know I blog a little about it.
Here is the long overdue second installment in my Elixir/Phoenix Mix Tips series.
As previously covered, you can use the following command to update an Elixir package hosted on package manager Hex:
mix deps.unlock out_of_date_dependency
And you can also use the handy mix deps.outdated
to find out which packages require updating.
But what if you would like to clean out your mix.lock
file?