In newer Elixir/Mix versions, applications to start like logger here should be listed under extra_applications.
If they are listed in applications, the new mechanism that infers applications form deps does not kick in, resulting in not starting ecto and canada apps.
So either this change should be done, or adding ecto and canada under :applications key
Hi!
In newer Elixir/Mix versions, applications to start like
logger
here should be listed underextra_applications
. If they are listed inapplications
, the new mechanism that infers applications form deps does not kick in, resulting in not startingecto
andcanada
apps.So either this change should be done, or adding
ecto
andcanada
under:applications
key