Skip to content

Commit

Permalink
chore: Update ex_json_schema requirement from ~> 0.6.2 to ~> 0.10.1
Browse files Browse the repository at this point in the history
Updates the requirements on [ex_json_schema](https://github.com/jonasschmidt/ex_json_schema) to permit the latest version.
- [Commits](jonasschmidt/ex_json_schema@v0.6.2...v0.10.1)

---
updated-dependencies:
- dependency-name: ex_json_schema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 1c85cb7 commit 5326961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api_web/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defmodule ApiWeb.Mixfile do
{:dialyxir, "~> 1.2", only: [:dev, :test], runtime: false},
{:logster, "~> 1.1"},
{:phoenix_swagger, "~> 0.8"},
{:ex_json_schema, "~> 0.6.2"},
{:ex_json_schema, "~> 0.7.4"},
{:diskusage_logger, "~> 0.2", only: :prod},
{:jason, "~> 1.4"},
{:stream_data, "~> 0.5", only: :test},
Expand Down

0 comments on commit 5326961

Please sign in to comment.