Update base64url dep for rebar3 (#3368)

Update base64url version to match available hex package to support
compilation with rebar3
This commit is contained in:
Stu Tomlinson 2020-09-03 12:40:04 +01:00 committed by GitHub
parent a3be28b5c4
commit b71708aab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
%%%
%%%----------------------------------------------------------------------
{deps, [{base64url, ".*", {git, "https://github.com/dvv/base64url.git", {tag, "v1.0"}}},
{deps, [{base64url, ".*", {git, "https://github.com/dvv/base64url.git", {tag, "1.0.1"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.25"}}},
{eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.17"}}},
{if_var_true, elixir,