Skip to content

Commit 52c110b

Browse files
committed
Update for Erlang/OTP 20.
1 parent a791d4b commit 52c110b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

rebar.config

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
%-*-Mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
22
% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et nomod:
33

4-
{require_otp_vsn, "R16|17|18|19"}.
4+
{require_otp_vsn, "R16|17|18|19|20"}.
55
{erl_opts,
6-
[{platform_define, "^R16", 'ERLANG_OTP_VERSION_16'},
7-
{platform_define, "^17.", 'ERLANG_OTP_VERSION_17'},
8-
{platform_define, "^18.", 'ERLANG_OTP_VERSION_18'},
9-
{platform_define, "^19.", 'ERLANG_OTP_VERSION_19'}]}.
6+
[{platform_define, "^R16", 'ERLANG_OTP_VERSION_16'},
7+
{platform_define, "^17\.", 'ERLANG_OTP_VERSION_17'},
8+
{platform_define, "^18\.", 'ERLANG_OTP_VERSION_18'},
9+
{platform_define, "^19\.", 'ERLANG_OTP_VERSION_19'},
10+
{platform_define, "^20\.", 'ERLANG_OTP_VERSION_20'}]}.
1011
{edoc_opts, [{preprocess, true}]}.

0 commit comments

Comments
 (0)