From d789476ee3488bf62cc36a7a81a5341c05907ff9 Mon Sep 17 00:00:00 2001 From: johnsnewby <45353567+johnsnewby@users.noreply.github.com> Date: Thu, 8 Aug 2019 15:37:59 +0200 Subject: [PATCH] Update rebar.config --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index e6c4587..d8959ed 100644 --- a/rebar.config +++ b/rebar.config @@ -9,12 +9,12 @@ {ecrecoverprebuilt, {ecrecoverprebuilt_app_with_priv_from_git, {git, "https://github.com/johnsnewby/ecrecover-prebuilt.git", - {ref, "HEAD"}}}} + {ref, "8e4fcb445c4e781e882e23f5127659f67784628e"}}}} ]}. {plugins, [{rebar_ecrecoverprebuilt_dep, {git, "https://github.com/johnsnewby/rebar3-ecrecover-prebuilt-plugin.git", - {ref, "HEAD"}}} + {ref, "7a88c7727ee436c849ecabe4ff9d39d15a879d79"}}} ]}. %%{profiles, [{test, [{deps, [{meck, "0.8.12"}]}]}]}.