keepcosmos / readability

Readability is Elixir library for extracting and curating articles.
Apache License 2.0
254 stars 58 forks source link

Dependency versions too old #44

Closed alexandremcosta closed 2 years ago

alexandremcosta commented 5 years ago
{:httpoison, "~> 0.13.0"},

This forces everyone with an updated codebase to use 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

zpeters commented 5 years ago

45 A few other were out of date. Updated everything and made sure tests passed

everettvody commented 3 years ago

Is this being updated?