Overbryd / gcloudex

Friendly set of wrappers for Google Cloud Platform services' API's in Elixir.
64 stars 39 forks source link

Update Poison dependency to ~> 3.0 #7

Closed premist closed 7 years ago

premist commented 7 years ago

Poison 3.0 was released on October 2, 2016. We're currently overriding Poison dependency to ~> 3.0 in our mix.exs, but it'll be handy if gcloudex uses Poison 3.0.

sashaafm commented 7 years ago

Hello @premist, have you experimented GCloudex with Poison 3.0? I'll try a new branch sometime this weekend with the new version and I'll run the tests to see if there are any problems.

sashaafm commented 7 years ago

@premist I can't seem to be able to update to Poison 3.0 since Goth and JSON Web Token require Poison 2.1. Could you tell me how you overrode the dep in the mix file?

premist commented 7 years ago

Sorry for late reply, after few experiments I also concluded that it's quite hard to update the dependency. I downgraded my project's dep to Poison 2.1.

Sorry for the confusion!