Skip to content

Commit 66a7127

Browse files
chore: Update ex_json_schema requirement from ~> 0.6.2 to ~> 0.10.2
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.2) --- updated-dependencies: - dependency-name: ex_json_schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef1239c commit 66a7127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api_web/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ defmodule ApiWeb.Mixfile do
7777
{:dialyxir, "~> 1.2", only: [:dev, :test], runtime: false},
7878
{:logster, "~> 1.1"},
7979
{:phoenix_swagger, "~> 0.8"},
80-
{:ex_json_schema, "~> 0.6.2"},
80+
{:ex_json_schema, "~> 0.10.2"},
8181
{:diskusage_logger, "~> 0.2", only: :prod},
8282
{:jason, "~> 1.4"},
8383
{:stream_data, "~> 0.5", only: :test},

0 commit comments

Comments
 (0)