cronokirby / alchemy

A discord library for Elixir
MIT License
152 stars 34 forks source link

Dependency on old httpoison version #68

Closed Kovus closed 5 years ago

Kovus commented 5 years ago

Ran into an issue trying to use Alchemy with another library I was building that depended on HTTPoison > 1.4.

I was able to work around it by forcing my dependencies to use httpoison 1.5, but I do wonder why Alchemy depends on such an old version of httpoison.

cronokirby commented 5 years ago

I'm working on this atm

cronokirby commented 5 years ago

Should be fixed as of latest version