You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran mix format & fixed syntax warnings, updated dependencies & specified an elixir version.
Also added :ecto to the application list for :dev to resolve a strange compilation issue:
- `mix compile` fails complaining it can't find ecto.
- `mix test` runs fine.
- compiling a downstream project also breaks.
0 commit comments