summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config9
1 files changed, 4 insertions, 5 deletions
diff --git a/rebar.config b/rebar.config
index 6a83a37..aeef226 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,13 +2,13 @@
%% ex: ts=4 sw=4 ft=erlang et
{deps, [{erlware_commons, "1.3.1"},
- {ssl_verify_fun, "1.1.4"},
+ {ssl_verify_fun, "1.1.5"},
{certifi, "2.5.1"},
{parse_trans, "3.3.0"}, % force otp-21 compat
{providers, "1.7.0"},
{getopt, "1.0.1"},
{bbmustache, "1.6.1"},
- {relx, "3.31.0"},
+ {relx, "3.32.0"},
{cf, "0.2.2"},
{cth_readable, "1.4.4"},
{eunit_formatters, "0.5.0"}]}.
@@ -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]}
]
},