Update rebar config

This commit is contained in:
Thomas Arts 2019-01-07 19:17:11 +01:00
parent 4b1e11a0ef
commit 66b1d2e98a
2 changed files with 19 additions and 7 deletions

View File

@ -1,13 +1,17 @@
%% -*- mode: erlang -*-
{minimun_otp_vsn, "20.1"}.
{erl_opts, [debug_info]}.
{deps, []}.
%% NOTE: When possible deps are referenced by Git ref to ensure consistency between builds.
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git",
{ref,"99bf097"}}},
% waiting for https://github.com/jlouis/enacl/pull/40 to be merged
{enacl, {git, "https://github.com/aeternity/enacl.git",
{ref, "26180f4"}}}
]}.
{dialyzer, [
{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib]}
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}.

8
rebar.lock Normal file
View File

@ -0,0 +1,8 @@
[{<<"aebytecode">>,
{git,"https://github.com/aeternity/aebytecode.git",
{ref,"99bf097759dedbe7553f87a796bc7e1c7322e64b"}},
0},
{<<"enacl">>,
{git,"https://github.com/aeternity/enacl.git",
{ref,"26180f42c0b3a450905d2efd8bc7fd5fd9cece75"}},
0}].