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

@ -74,7 +74,7 @@
% At o(10) trillion keys behaviour may become increasingly
% difficult to predict.
-ifdef(if_check).
-if(OTP_RELEASE >= 25).
-if(length(?LEVEL_SCALEFACTOR) /= ?MAX_LEVELS).
-error("length ?LEVEL_SCALEFACTOR differs from ?MAX_LEVELS").
-endif.