From 2941b5f18a8b69bdd25b9d885a1fb44b5cde9448 Mon Sep 17 00:00:00 2001 From: Dmitry Polyanovsky Date: Mon, 17 Jul 2017 18:41:19 +0300 Subject: [PATCH] allow erlang 20 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index d2a0430..2421335 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,7 @@ {ibrowse, {git, "https://github.com/cmullaparthi/ibrowse.git", {ref, "v4.4.0"}}} ]}. -{require_otp_vsn, "R16|17|18|19"}. +{require_otp_vsn, "R16|17|18|19|20"}. {erl_opts, [ fail_on_warning,