We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1239c commit 66a7127Copy full SHA for 66a7127
apps/api_web/mix.exs
@@ -77,7 +77,7 @@ defmodule ApiWeb.Mixfile do
77
{:dialyxir, "~> 1.2", only: [:dev, :test], runtime: false},
78
{:logster, "~> 1.1"},
79
{:phoenix_swagger, "~> 0.8"},
80
- {:ex_json_schema, "~> 0.6.2"},
+ {:ex_json_schema, "~> 0.10.2"},
81
{:diskusage_logger, "~> 0.2", only: :prod},
82
{:jason, "~> 1.4"},
83
{:stream_data, "~> 0.5", only: :test},
0 commit comments