diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2019-05-19 08:54:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-19 08:54:44 -0400 |
commit | cf51007d9c7f58a61069037ec079c84b2760527b (patch) | |
tree | 348014db4b11810ff43e3e5ac24c31ee63a145e3 /rebar.config | |
parent | 3a16cf3763c198e9167ec11a146e25334adc82f5 (diff) | |
parent | 8653a95ae59e4ceca1968484e1be0c83b4792c9e (diff) |
Merge pull request #2078 from ferd/otp-22.0
OTP-22.0 readiness
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config index 6a83a37..3bc5ae9 100644 --- a/rebar.config +++ b/rebar.config @@ -29,8 +29,7 @@ {escript_incl_extra, [{"relx/priv/templates/*", "_build/default/lib/"}, {"rebar/priv/templates/*", "_build/default/lib/"}]}. -{erl_opts, [{platform_define, "^[0-9]+", namespaced_types}, - {platform_define, "^(19|2)", rand_only}, +{erl_opts, [{platform_define, "^(19|2)", rand_only}, {platform_define, "^2", unicode_str}, {platform_define, "^(2[1-9])|(20\\\\.3)", filelib_find_source}, {platform_define, "^(R|1|20)", fun_stacktrace}, @@ -45,7 +44,7 @@ %% Profiles {profiles, [{test, [ - {deps, [{meck, "0.8.12"}]}, + {deps, [{meck, "0.8.13"}]}, {erl_opts, [debug_info, nowarn_export_all]} ] }, |