alexgaribay / sendgrid_elixir

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

Bump httpoison to 0.9.0 to remove unsafe var compiler warnings #3

Closed samueljseay closed 8 years ago

samueljseay commented 8 years ago

httpoison 0.8.0 has some unsafe var compiler warnings in Elixir 1.3, bumping it to 0.9.0 removes these warnings when using sendgrid_elixir.

alexgaribay commented 8 years ago

Thanks!