From bf8623e9fc55a61e9fb63dbfb16b71ea97e62395 Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Sat, 15 Oct 2022 20:25:45 +0200 Subject: [PATCH] [test]: Fix enacl github reference --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 456ff2a..193853e 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@ {deps, [{sha3, {git, "https://github.com/aeternity/erlang-sha3", {ref, "b5f27a2"}}}]}. -{profiles, [{test, [{deps, [{enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "01dd0c2"}}}, +{profiles, [{test, [{deps, [{enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "5bae41c"}}}, {ecrecover, {git, "https://github.com/aeternity/ecrecover.git", {ref, "74b7816"}}}]}]}, {eqc, [{deps, [{enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "38ffc76"}}}]}]} ]}.