Skip to content
New issue

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

Dependency Error when installing v0.3.0 (outdated "postgrex") #15

Open
dalerka opened this issue Feb 26, 2019 · 1 comment
Open

Dependency Error when installing v0.3.0 (outdated "postgrex") #15

dalerka opened this issue Feb 26, 2019 · 1 comment

Comments

@dalerka
Copy link

dalerka commented Feb 26, 2019

Thanks for working on this lib. Could you please update the deps requirements?
Otherwise, I'm getting this error (with 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:

 $ 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
@AndrewDryga
Copy link
Member

I'm all up to bump deps, PR would be welcome :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants