20 lines
684 B
Diff
20 lines
684 B
Diff
From: Peter Lemenkov <lemenkov@gmail.com>
|
|
Date: Mon, 11 Nov 2019 00:03:59 +0100
|
|
Subject: [PATCH] Support Erlang/OTP 22.0
|
|
|
|
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|
|
|
diff --git a/rebar.config b/rebar.config
|
|
index 8712dfa..ea35569 100644
|
|
--- a/rebar.config
|
|
+++ b/rebar.config
|
|
@@ -2,7 +2,7 @@
|
|
|
|
%% accept R15B02.., any R16B except R16B03
|
|
%% also accept OTP v17, altough it may not work properly on that release yet..
|
|
-{require_otp_vsn, "R15B0[^1]|R16B$|R16B[^0]|R16B0[^3]|R16B03-1|17|18|19|20|21"}.
|
|
+{require_otp_vsn, "R15B0[^1]|R16B$|R16B[^0]|R16B0[^3]|R16B03-1|17|18|19|20|21|22"}.
|
|
|
|
{erl_opts, [debug_info]}.
|
|
{yrl_opts, [{includefile, "include/erlydtl_preparser.hrl"}]}.
|