diff options
author | Tristan Sloughter <t@crashfast.com> | 2016-01-05 17:50:48 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2016-01-05 17:50:48 -0600 |
commit | a013b3d7393d3dc99b868fb696a293f2cc984b20 (patch) | |
tree | 29a85de2f12d6ce5768075cc3c67779db5fba1a7 | |
parent | d7def6e9ffbbe21ce8a3b4f9e56d344ad2e417a9 (diff) | |
parent | 04581287253159dfd55fc42e1df89b5eeae90f4e (diff) |
Merge pull request #991 from sdebnath/console_mode
Upgrade relx to v3.11.0
-rw-r--r-- | rebar.config | 2 | ||||
-rw-r--r-- | rebar.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 276acff..f17c843 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@ {providers, "1.6.0"}, {getopt, "0.8.2"}, {bbmustache, "1.0.4"}, - {relx, "3.9.0"}, + {relx, "3.11.0"}, {cf, "0.2.1"}, {cth_readable, "1.1.0"}, {eunit_formatters, "0.3.1"}]}. @@ -6,5 +6,5 @@ {<<"eunit_formatters">>,{pkg,<<"eunit_formatters">>,<<"0.3.1">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, {<<"providers">>,{pkg,<<"providers">>,<<"1.6.0">>},0}, - {<<"relx">>,{pkg,<<"relx">>,<<"3.9.0">>},0}, + {<<"relx">>,{pkg,<<"relx">>,<<"3.11.0">>},0}, {<<"ssl_verify_hostname">>,{pkg,<<"ssl_verify_hostname">>,<<"1.0.5">>},0}]. |