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

Update to Poison >= 3 #72

Closed
mrusme opened this issue Apr 13, 2017 · 5 comments
Closed

Update to Poison >= 3 #72

mrusme opened this issue Apr 13, 2017 · 5 comments

Comments

@mrusme
Copy link

mrusme commented Apr 13, 2017

mix deps.get is complaining locally, that ex_twilio requires an older version of Poison:

Running dependency resolution...

Failed to use "poison" (version 3.1.0) because
  ecto (version 2.1.4) requires ~> 2.2 or ~> 3.0
  ex_twilio (version 0.3.0) requires ~> 2.2
  maru (version 0.11.4) requires ~> 1.5 or ~> 2.0 or ~> 3.0
  mix.lock specifies 3.1.0

** (Mix) Hex dependency resolution failed, relax the version requirements of your dependencies or unlock them (by using mix deps.update or mix deps.unlock). If you are unable to resolve the conflicts you can try overriding with {:dependency, "~> 1.0", override: true}

Of course one can override with {:poison, "~> 3.1", override: true}, but it would be nicer, if ex_twilio would get upgraded to support ~> 3.0.

@pablo-co
Copy link

pablo-co commented Jul 3, 2017

+1

@andrewshatnyy
Copy link
Contributor

I think this is addressed already 1f1e35b#diff-6023be6004fce4718dad3dafb576d258R23

@mrusme
Copy link
Author

mrusme commented Jul 10, 2017

@andrewshatnyy nice, thank you! Now all what's missing is an actual release of the latest ex_twilio code in order to be able to benefit from it. :-)

@danielberkompas
Copy link
Owner

I've released a new version: 0.4.0. Sorry for the delay, guys.

@mrusme
Copy link
Author

mrusme commented Jul 11, 2017

@danielberkompas thank you Sir!

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

4 participants