From 3fcb204e41683bf68afba602177a34fbc05fbf3b Mon Sep 17 00:00:00 2001 From: Michael Truog Date: Wed, 18 May 2016 13:40:51 -0700 Subject: [PATCH] Allow Erlang/OTP 19.0 to compile. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 26a2fc6..8ff2e37 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "17|18"}. +{require_otp_vsn, "17|18|19"}. {erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}. %%, {parse_transform, eqc_cover}]}.