Uplift rebar3 -> 3.18.0 (#431)

This commit is contained in:
Martin Sumner 2024-02-13 10:59:28 +00:00 committed by GitHub
parent 999ce8ba5b
commit f5fed0a1ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,11 @@
{minimum_otp_vsn, "22.0"}.
{minimum_otp_vsn, "22.3"}.
{erl_opts,
[warnings_as_errors,
{platform_define, "^2[2-5]{1}", if_check}]}.
{erl_opts, [warnings_as_errors]}.
{xref_checks, [undefined_function_calls,undefined_functions]}.
{xref_checks,
[undefined_function_calls,undefined_functions,
locals_not_used,
deprecated_function_calls, deprecated_functions]}.
{cover_excl_mods,
[testutil,
@ -25,7 +26,7 @@
]}.
{deps, [
{lz4, ".*", {git, "https://github.com/martinsumner/erlang-lz4", {branch, "develop-3.1"}}},
{lz4, ".*", {git, "https://github.com/nhs-riak/erlang-lz4", {branch, "nhse-develop"}}},
{zstd, ".*", {git, "https://github.com/nhs-riak/zstd-erlang", {branch, "nhse-develop"}}}
]}.