Closed alexandremcosta closed 2 years ago
{:httpoison, "~> 0.13.0"},
This forces everyone with an updated codebase to use override: true
override: true
{:httpoison, "~> 1.5", override: true}
I know it's hard to keep the lib updated, but at least make the dependencies more open for updates
Is this being updated?
This forces everyone with an updated codebase to use
override: true
I know it's hard to keep the lib updated, but at least make the dependencies more open for updates