diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-08-25 21:19:02 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-08-25 21:19:02 -0500 |
commit | 79d66de59c7a1673ce7374d45f5853a9f4aa3d91 (patch) | |
tree | d866f3f4065edc5f2d1662df71e4ba5fef157de2 | |
parent | 956fa2144a9d291cf19e68aa77e1e9abbc9d7530 (diff) | |
parent | 2de67e5cbd6c5015db1aca6f4da0b5637d33d093 (diff) |
Merge pull request #752 from tsloughter/master
upgrade relx and bbmustache
-rw-r--r-- | rebar.config | 4 | ||||
-rw-r--r-- | rebar.lock | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config index 2ce40e2..1b3a8c8 100644 --- a/rebar.config +++ b/rebar.config @@ -5,8 +5,8 @@ {ssl_verify_hostname, "1.0.5"}, {providers, "1.4.1"}, {getopt, "0.8.2"}, - {bbmustache, "1.0.3"}, - {relx, "3.4.0"}]}. + {bbmustache, "1.0.4"}, + {relx, "3.5.0"}]}. {escript_name, rebar3}. {escript_emu_args, "%%! +sbtu +A0\n"}. @@ -1,6 +1,6 @@ -[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.3">>},0}, +[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.15.0">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, {<<"providers">>,{pkg,<<"providers">>,<<"1.4.1">>},0}, - {<<"relx">>,{pkg,<<"relx">>,<<"3.4.0">>},0}, + {<<"relx">>,{pkg,<<"relx">>,<<"3.5.0">>},0}, {<<"ssl_verify_hostname">>,{pkg,<<"ssl_verify_hostname">>,<<"1.0.5">>},0}]. |