Merge pull request #12736 from zmstone/0319-json-schema-draft-06-as-default-version
chore: upgrade to jesse 1.8.0 for draft-06 as default version
This commit is contained in:
commit
e5f9e7631d
|
@ -1,7 +1,7 @@
|
||||||
%% -*- mode: erlang; -*-
|
%% -*- mode: erlang; -*-
|
||||||
|
|
||||||
{deps, [
|
{deps, [
|
||||||
{jesse, {git, "https://github.com/emqx/jesse.git", {tag, "1.7.12"}}},
|
{jesse, {git, "https://github.com/emqx/jesse.git", {tag, "1.8.0"}}},
|
||||||
{emqx, {path, "../../apps/emqx"}},
|
{emqx, {path, "../../apps/emqx"}},
|
||||||
{emqx_utils, {path, "../emqx_utils"}},
|
{emqx_utils, {path, "../emqx_utils"}},
|
||||||
{emqx_gateway, {path, "../../apps/emqx_gateway"}}
|
{emqx_gateway, {path, "../../apps/emqx_gateway"}}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{emqx_utils, {path, "../emqx_utils"}},
|
{emqx_utils, {path, "../emqx_utils"}},
|
||||||
{emqx_rule_engine, {path, "../emqx_rule_engine"}},
|
{emqx_rule_engine, {path, "../emqx_rule_engine"}},
|
||||||
{erlavro, {git, "https://github.com/emqx/erlavro.git", {tag, "2.10.0"}}},
|
{erlavro, {git, "https://github.com/emqx/erlavro.git", {tag, "2.10.0"}}},
|
||||||
{jesse, {git, "https://github.com/emqx/jesse.git", {tag, "1.7.12"}}},
|
{jesse, {git, "https://github.com/emqx/jesse.git", {tag, "1.8.0"}}},
|
||||||
{gpb, "4.19.9"}
|
{gpb, "4.19.9"}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue