diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-09-19 18:43:16 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-09-19 18:43:16 -0500 |
commit | 40d7350ee8820b518860549d645ec69c837a7fba (patch) | |
tree | affcc39ecee17c217cf335c92f1a8fcea08e4c9e | |
parent | 860df96cd58418a884ec8eb0248920413fcce9cf (diff) |
update relx
-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 19c59a7..7b46ec2 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@ {providers, "1.5.0"}, {getopt, "0.8.2"}, {bbmustache, "1.0.4"}, - {relx, "3.5.0"}]}. + {relx, "3.6.0"}]}. {escript_name, rebar3}. {escript_emu_args, "%%! +sbtu +A0\n"}. @@ -3,5 +3,5 @@ {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.16.0">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, {<<"providers">>,{pkg,<<"providers">>,<<"1.5.0">>},0}, - {<<"relx">>,{pkg,<<"relx">>,<<"3.5.0">>},0}, + {<<"relx">>,{pkg,<<"relx">>,<<"3.6.0">>},0}, {<<"ssl_verify_hostname">>,{pkg,<<"ssl_verify_hostname">>,<<"1.0.5">>},0}]. |