eblake2/rebar.config
Dincho Todorov 60a079f00d
Switch to OTP23 (#3)
* Switch to OTP23
* Update enacl test dependency

Co-authored-by: Hans Svensson <hanssv@gmail.com>
2022-08-29 15:59:29 +03:00

16 lines
476 B
Erlang

{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [rebar3_hex]}.
{profiles, [{test, [{deps, [{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}},
{enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "a3d010b"}}}]}]}
]}.
{xref_checks, [undefined_function_calls, undefined_functions,
locals_not_used, deprecated_function_calls, deprecated_functions]}.
{dialyzer, [{warnings, [unknown]}]}.