parroty / exvcr

HTTP request/response recording library for elixir, inspired by VCR.
MIT License
724 stars 132 forks source link

support httpoison 2.0 #195

Closed nathany-copia closed 1 year ago

nathany-copia commented 1 year ago

This might just be a matter of loosening the requirements in mix.exs?

https://github.com/edgurgel/httpoison/releases/tag/v2.0.0

Because your app depends on exvcr ~> 0.13.2 which depends on httpoison ~> 1.0, httpoison ~> 1.0 is required.
So, because your app depends on httpoison ~> 2.0, version solving failed.
** (Mix) Hex dependency resolution failed
nathany-copia commented 1 year ago

thank you