Update deps
This commit is contained in:
parent
c262d63c89
commit
0c36c788ed
35
rebar.config
35
rebar.config
@ -1,14 +1,31 @@
|
|||||||
{erl_opts, [debug_info]}.
|
{erl_opts, [debug_info]}.
|
||||||
|
|
||||||
{plugins, [
|
{plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar.git", {branch, "master"}}}]}.
|
||||||
{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar.git", {branch, "master"}}}
|
|
||||||
]}.
|
|
||||||
|
|
||||||
{deps,
|
{deps,
|
||||||
[{sha3, {git, "https://github.com/aeternity/erlang-sha3", {ref, "b5f27a2"}}}]}.
|
[{sha3,
|
||||||
|
{git,
|
||||||
|
"https://git.qpq.swiss/QPQ-AG/erlang-sha3.git",
|
||||||
|
{ref, "77c4e048aea75bd0bc2b5ca6cb02b7230d081c71"}}}]}.
|
||||||
|
|
||||||
{profiles, [{test, [{deps, [{enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "5bae41c"}}},
|
{profiles,
|
||||||
{ecrecover, {git, "https://github.com/aeternity/ecrecover.git", {ref, "74b7816"}}}]}]},
|
[{test,
|
||||||
{eqc, [{deps, [{enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "38ffc76"}}},
|
[{deps,
|
||||||
{ecrecover, {git, "https://github.com/aeternity/ecrecover.git", {ref, "74b7816"}}}]}]}
|
[{enacl,
|
||||||
]}.
|
{git,
|
||||||
|
"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
||||||
|
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}},
|
||||||
|
{ecrecover,
|
||||||
|
{git,
|
||||||
|
"https://git.qpq.swiss/QPQ-AG/ecrecover.git",
|
||||||
|
{ref, "ce4175eaf2667a07ce41348dc6d4332477e30637"}}}]}]},
|
||||||
|
{eqc,
|
||||||
|
[{deps,
|
||||||
|
[{enacl,
|
||||||
|
{git,
|
||||||
|
"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
||||||
|
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}},
|
||||||
|
{ecrecover,
|
||||||
|
{git,
|
||||||
|
"https://git.qpq.swiss/QPQ-AG/ecrecover.git",
|
||||||
|
{ref, "ce4175eaf2667a07ce41348dc6d4332477e30637"}}}]}]}]}.
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
{"1.2.0",
|
{"1.2.0",
|
||||||
[{<<"hex2bin">>,{pkg,<<"hex2bin">>,<<"1.0.0">>},1},
|
[{<<"hex2bin">>,{pkg,<<"hex2bin">>,<<"1.0.0">>},1},
|
||||||
{<<"sha3">>,
|
{<<"sha3">>,
|
||||||
{git,"https://github.com/aeternity/erlang-sha3",
|
{git,
|
||||||
{ref,"b5f27a29ba1179e5907c50d7ec7aa79b2857e981"}},
|
"https://git.qpq.swiss/QPQ-AG/erlang-sha3.git",
|
||||||
|
{ref,"77c4e048aea75bd0bc2b5ca6cb02b7230d081c71"}},
|
||||||
0}]}.
|
0}]}.
|
||||||
[
|
[
|
||||||
{pkg_hash,[
|
{pkg_hash,[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user