aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config9
1 files changed, 6 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index 762d6df..888d0c2 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,8 +1,8 @@
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
%% Dependencies ================================================================
-{deps, [{erlware_commons, "1.0.0"},
+{deps, [{erlware_commons, "1.0.1"},
{providers, "1.6.0"},
- {getopt, "0.8.2"},
+ {getopt, "1.0.1"},
{cf, "0.2.2"},
{bbmustache, "1.0.4"}
]}.
@@ -17,6 +17,7 @@
[{platform_define, "^[0-9]+", namespaced_types},
{platform_define, "^1[8|9]", rand_module},
{platform_define, "^2", rand_module},
+ {platform_define, "^2", unicode_str},
warnings_as_errors,
inline]}.
@@ -53,6 +54,7 @@
{erl_opts, [{platform_define, "^[0-9]+", namespaced_types},
{platform_define, "^R1[4|5]", deprecated_crypto},
{platform_define, "^((1[8|9])|2)", rand_module},
+ {platform_define, "^2", unicode_str},
no_debug_info,
warnings_as_errors
]},
@@ -61,7 +63,8 @@
{override, bbmustache, [
{erl_opts, [no_debug_info]},
{deps, []}, {plugins, []}]},
- {override, getopt, [{erl_opts, [no_debug_info]}]},
+ {override, getopt, [{erl_opts, [no_debug_info,
+ {platform_define, "^2", unicode_str}]}]},
{override, providers, [{erl_opts, [no_debug_info]}]}
]}.