-
Notifications
You must be signed in to change notification settings - Fork 151
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
Comments
+1 |
I think this is addressed already 1f1e35b#diff-6023be6004fce4718dad3dafb576d258R23 |
@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. :-) |
I've released a new version: |
@danielberkompas thank you Sir! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mix deps.get
is complaining locally, that ex_twilio requires an older version of Poison: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.The text was updated successfully, but these errors were encountered: