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

Hex dependency resolution issues #34

Closed
aesmail opened this issue Apr 25, 2016 · 1 comment
Closed

Hex dependency resolution issues #34

aesmail opened this issue Apr 25, 2016 · 1 comment

Comments

@aesmail
Copy link

aesmail commented Apr 25, 2016

I'm trying to use ex_twilio v0.1.7 with phoenix v1.1.4
There's an issue with poison versions that both apps require:

Conflict on poison from 1.5.0 to 1.5.2
  ecto 1.1.5: ~> 1.0
  ex_twilio 0.1.7: >= 2.0.0
  phoenix 1.1.4: ~> 1.5 or ~> 2.0
  phoenix_ecto 2.0.1: ~> 1.3

Conflict on poison from 2.0.0 to 2.1.0
  phoenix 1.1.4: ~> 1.5 or ~> 2.0
  phoenix_ecto 2.0.0, 2.0.1: ~> 1.3

** (Mix) Hex dependency resolution failed, relax the version requirements or unlock dependencies
@danielberkompas
Copy link
Owner

Ecto 2.0 will rely on the newer Poison. In the meantime, you can override the dependency by adding poison to your mix dependencies like so:

{:poison, "~> 2.0", override: true}

That should solve the problem.

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