I am taking a Udemy Elixir class from 5 years ago by Stephen Grider. I started on Windows, but have transferred to Linux Mint. Apparently, Elixir was already installed (or updated) to latest version 1.9.1. So, when attempting to:
# mix test
==> earmark_parser
warning: the dependency :earmark_parser requires Elixir "~> 1.11" but you are running on v1.9.1
I already fixed one of these dependency version issues in the mix.exs file. Where should I be looking for the mismatched dependency above and do you have suggestions to correct it?
Thank you in advance! :-)