diff --git a/rebar.config b/rebar.config index d84c9d4..cee7ddb 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {erl_opts, [debug_info]}. {deps, [ {base58, {git, "https://github.com/aeternity/erl-base58.git", {ref, "60a3356"}}} - , {enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "793ddb5"}}} + , {enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "67fceef"}}} ]}. diff --git a/rebar.lock b/rebar.lock new file mode 100644 index 0000000..6e807c8 --- /dev/null +++ b/rebar.lock @@ -0,0 +1,8 @@ +[{<<"base58">>, + {git,"https://github.com/aeternity/erl-base58.git", + {ref,"60a335668a60328a29f9731b67c4a0e9e3d50ab6"}}, + 0}, + {<<"enacl">>, + {git,"https://github.com/aeternity/enacl.git", + {ref,"67fceef42c0d055570f2e67b571f8d1f8de2f204"}}, + 0}].