Skip to content

Instantly share code, notes, and snippets.

@jason
Created July 12, 2015 18:08
Show Gist options
  • Save jason/f2e0aa0fe55ceb96bcdf to your computer and use it in GitHub Desktop.
Save jason/f2e0aa0fe55ceb96bcdf to your computer and use it in GitHub Desktop.
Unchecked dependency
Unchecked dependencies for environment dev:
* postgrex (Hex package)
the dependency postgrex defined
> In mix.exs:
{:postgrex, ">= 0.0.0", [hex: :postgrex]}
does not match the requirement specified
> In deps/ecto/mix.exs:
{:postgrex, "~> 0.8.3", [optional: true, hex: :postgrex]}
Ensure they match or specify one of the above in your Test.Mixfile 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