Skip to content

Commit f97d93e

Browse files
committed
Merge pull request #69 from okeuday/master
Allow Erlang/OTP 19.0 to compile.
2 parents 00ccc30 + 3fcb204 commit f97d93e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{require_otp_vsn, "17|18"}.
1+
{require_otp_vsn, "17|18|19"}.
22

33
{erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}.
44
%%, {parse_transform, eqc_cover}]}.

0 commit comments

Comments
 (0)