ecrecover/rebar.config
Philipp Piwo 39ab0b2caa
update lockfile (#16)
* update rebar_ecrecoverprebuilt_dep

* update lockfile
2022-04-04 14:31:24 +03:00

18 lines
562 B
Erlang

{deps, [
%% ecrecover prebuilt libraries
{ecrecoverprebuilt,
{ecrecoverprebuilt_app_with_priv_from_git,
{git, "https://github.com/aeternity/ecrecover-prebuilt.git",
{ref, "4027374"}}}}
]}.
{plugins, [{rebar_ecrecoverprebuilt_dep,
{git, "https://github.com/aeternity/rebar3-ecrecover-prebuilt-plugin.git",
{ref, "7286efd"}}}
]}.
{dialyzer, [{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib, crypto]}
]}.