chore: upgrade to jesse 1.8.0 for draft-06 as default version
This commit is contained in:
parent
c7db157ecd
commit
b8505ebd54
|
@ -1,7 +1,7 @@
|
|||
%% -*- mode: erlang; -*-
|
||||
|
||||
{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_utils, {path, "../emqx_utils"}},
|
||||
{emqx_gateway, {path, "../../apps/emqx_gateway"}}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{emqx_utils, {path, "../emqx_utils"}},
|
||||
{emqx_rule_engine, {path, "../emqx_rule_engine"}},
|
||||
{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"}
|
||||
]}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue