Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created April 26, 2016 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcardarella/98e704a795b0e7a10d0b51ddef0fbbf4 to your computer and use it in GitHub Desktop.
Save bcardarella/98e704a795b0e7a10d0b51ddef0fbbf4 to your computer and use it in GitHub Desktop.
* ecto (Hex package)
the dependency ecto
> In deps/scrivener/mix.exs:
{:ecto, "~> 1.0", [optional: false, hex: :ecto, manager: :mix]}
does not match the requirement specified
> In deps/phoenix_ecto/mix.exs:
{:ecto, "~> 1.1.2", [optional: false, hex: :ecto]}
Ensure they match or specify one of the above in your deps and set "override: true"
** (Mix) Can't continue due to errors on dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment