From b71708aab9d058765c4bae2b9c407705291dc93e Mon Sep 17 00:00:00 2001 From: Stu Tomlinson Date: Thu, 3 Sep 2020 12:40:04 +0100 Subject: [PATCH] Update base64url dep for rebar3 (#3368) Update base64url version to match available hex package to support compilation with rebar3 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 2cf9939d5..8e3b290c5 100644 --- a/rebar.config +++ b/rebar.config @@ -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,