summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorfeng19 <feng_19@foxmail.com>2018-06-21 10:24:56 +0800
committerfeng19 <feng_19@foxmail.com>2018-06-21 10:24:56 +0800
commit482718b8bf31024d919aabad1da2e9116411f2aa (patch)
tree1c693d007b98b0fc31a23aac19abbf94096ad9ef /rebar.config
parentdc0f8b4d66d12c10ed4df85148b5e8ce13056f40 (diff)
parent38865da7ba01e7d5e60316e970f01959e85759ee (diff)
Merge tag '3.6.0' into refresh_paths
Bump to 3.6.0 - Introduce support of add and del operations for overrides - OTP-21 compatibility - Bump cth_readable for OTP-21 compat - upgrade relx to 3.25.0 - upgrade bbmustache to 1.5.0 - run compile provider in default namespace from bare compiling (fixes hooks for mix builds) - Resolve string vs list crashing rebar3 in erl_first_files - Create ERLANG_LIB_*_erl_interface environment variables only if erl_interface exists - Add hooks to the upgrade command - Add --start-clean flag to rebar3 shell - Auto-boot main app in OTP app project templates - Use maps for child spec examples in templates
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config13
1 files changed, 8 insertions, 5 deletions
diff --git a/rebar.config b/rebar.config
index 4bd205b..5bd4fab 100644
--- a/rebar.config
+++ b/rebar.config
@@ -6,10 +6,10 @@
{certifi, "2.0.0"},
{providers, "1.7.0"},
{getopt, "1.0.1"},
- {bbmustache, "1.3.0"},
- {relx, "3.24.4"},
+ {bbmustache, "1.5.0"},
+ {relx, "3.25.0"},
{cf, "0.2.2"},
- {cth_readable, "1.3.4"},
+ {cth_readable, "1.4.2"},
{eunit_formatters, "0.5.0"}]}.
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",
@@ -22,7 +22,7 @@
]}.
{escript_name, rebar3}.
-{escript_emu_args, "%%! +sbtu +A0\n"}.
+{escript_emu_args, "%%! +sbtu +A1\n"}.
%% escript_incl_extra is for internal rebar-private use only.
%% Do not use outside rebar. Config interface is not stable.
{escript_incl_extra, [{"relx/priv/templates/*", "_build/default/lib/"},
@@ -54,6 +54,10 @@
{bootstrap, []},
{prod, [
+ {escript_incl_extra, [
+ {"relx/priv/templates/*", "_build/prod/lib/"},
+ {"rebar/priv/templates/*", "_build/prod/lib/"}
+ ]},
{erl_opts, [no_debug_info]},
{overrides, [
{override, erlware_commons, [
@@ -78,4 +82,3 @@
{add, relx, [{erl_opts, [no_debug_info]}]}]}
]}
]}.
-