diff options
author | Tristan Sloughter <t@crashfast.com> | 2016-01-10 14:55:59 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2016-01-10 14:55:59 -0600 |
commit | 6ca48fc4947be45fce18209fa3f78ef179d360dc (patch) | |
tree | 13a9e7e96cfc7a3487948e633d3caf21037e9399 | |
parent | fe7b4aa3ed62fdf411a9f61f55536419e2c5bdbe (diff) |
upgrade relx to 3.12.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 61dcd97..bb71d52 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.11.0"}, + {relx, "3.12.0"}, {cf, "0.2.1"}, {cth_readable, "1.1.1"}, {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.11.0">>},0}, + {<<"relx">>,{pkg,<<"relx">>,<<"3.12.0">>},0}, {<<"ssl_verify_hostname">>,{pkg,<<"ssl_verify_hostname">>,<<"1.0.5">>},0}]. |