Skip to content

Commit 27c6542

Browse files
committed
Allow Erlang/OTP 20.0 to compile.
1 parent a1e015d commit 27c6542

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

rebar.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
{require_otp_vsn, "17|18|19"}.
1+
%-*-Mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
2+
% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et nomod:
3+
4+
{require_otp_vsn, "17|18|19|20"}.
25

36
{erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}.
47
%%, {parse_transform, eqc_cover}]}.

0 commit comments

Comments
 (0)