Update rebar config
This commit is contained in:
parent
4b1e11a0ef
commit
66b1d2e98a
18
rebar.config
18
rebar.config
@ -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
8
rebar.lock
Normal 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}].
|
Loading…
x
Reference in New Issue
Block a user