chore: upgrade lib jose to tag emqx-1.11.3

This commit is contained in:
Zaiming (Stone) Shi 2022-09-19 20:07:24 +02:00
parent 94d96804b1
commit e7acd54645
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{deps, {deps,
[ [
{jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}} {jose, {git, "https://github.com/emqx/erlang-jose", {tag, "emqx-1.11.3"}}}
]}. ]}.
{edoc_opts, [{preprocess, true}]}. {edoc_opts, [{preprocess, true}]}.