alexgaribay / sendgrid_elixir

Create and send composable emails with Elixir and SendGrid.
MIT License
86 stars 44 forks source link

Update dependencies (HTTPoison & Poison) #15

Closed joshbeckman closed 7 years ago

joshbeckman commented 7 years ago

HTTPoison has been bumped to 0.11.0 and Poison has been bumped to 3.0. This reduces conflicts with co-dependencies - for me, at least!

I've also added some () to the mix.exs file to appease some annoying warnings.

alexgaribay commented 7 years ago

Thanks!