open-api-spex / open_api_spex

Open API Specifications for Elixir Plug applications
Mozilla Public License 2.0
706 stars 183 forks source link

Update dev dependencies and example apps #624

Closed zorbash closed 2 months ago

zorbash commented 2 months ago

This PR updates the dev dependencies of the library, ex_doc for better generated docs and credo for better linting. It also modernizes the example apps, so that are a bit more realistic (no many use sqlite_ecto2 anymore) and emit fewer warnings.