chore(auth_jwt): Upgrade to jose 1.11.1 prepare for OTP 23

This commit is contained in:
Zaiming Shi 2021-01-22 17:11:59 +01:00
parent bc29a1f9c4
commit 2c03bca6ae
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.10.1"}}} {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.1"}}}
]}. ]}.
{edoc_opts, [{preprocess, true}]}. {edoc_opts, [{preprocess, true}]}.