We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for working on this lib. Could you please update the deps requirements? Otherwise, I'm getting this error (with phoenix 1.4.0):
phoenix 1.4.0
$ mix deps.get Resolving Hex dependencies... Failed to use "postgrex" because ecto_sql (version 3.0.3) requires ~> 0.14.0 ecto_trail (version 0.3.0) requires ~> 0.13.2 mix.lock specifies 0.14
EDIT: tried to override as {:postgrex, "~> 0.14.1", override: true} and found another conflict:
{:postgrex, "~> 0.14.1", override: true}
$ mix deps.get Resolving Hex dependencies... Failed to use "ecto" (version 3.0.5) because ecto_sql (version 3.0.3) requires ~> 3.0.4 ecto_trail (version 0.3.0) requires ~> 2.1 phoenix_ecto (version 4.0.0) requires ~> 3.0 mix.lock specifies 3.0.5
The text was updated successfully, but these errors were encountered:
I'm all up to bump deps, PR would be welcome :).
Sorry, something went wrong.
No branches or pull requests
Thanks for working on this lib. Could you please update the deps requirements?
Otherwise, I'm getting this error (with
phoenix 1.4.0
):EDIT: tried to override as
{:postgrex, "~> 0.14.1", override: true}
and found another conflict:
The text was updated successfully, but these errors were encountered: