Manage Dependencies
Let’s take a look at the files starting with mix.exs.
We'll cover the following...
mix.exs
Any project’s mix.exs
file has two main functions: defining a project’s metadata and managing its dependencies. Of the two, ...