diff options
| author | Tristan Sloughter <t@crashfast.com> | 2017-05-24 09:49:13 -0700 | 
|---|---|---|
| committer | Tristan Sloughter <t@crashfast.com> | 2017-05-24 09:49:13 -0700 | 
| commit | 614880e97c5a89f2cfcf0f6d8507f3ca1262d5d0 (patch) | |
| tree | d830f44a267d7bd02cf85b592fb8812d1f4e94b1 | |
| parent | 2d103f908ad9f7e3015b0dbd459644feb22160ac (diff) | |
upgrade relx to 3.23.0
| -rw-r--r-- | rebar.config | 2 | ||||
| -rw-r--r-- | rebar.lock | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/rebar.config b/rebar.config index 7784835..3845757 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@          {providers,           "1.6.0"},          {getopt,              "0.8.2"},          {bbmustache,          "1.3.0"}, -        {relx,                "3.22.4"}, +        {relx,                "3.23.0"},          {cf,                  "0.2.2"},          {cth_readable,        "1.2.6"},          {eunit_formatters,    "0.3.1"}]}. @@ -7,7 +7,7 @@   {<<"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.22.4">>},0}, + {<<"relx">>,{pkg,<<"relx">>,<<"3.23.0">>},0},   {<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.1">>},0}]}.  [  {pkg_hash,[ @@ -19,6 +19,6 @@   {<<"eunit_formatters">>, <<"7A6FC351EB5B873E2356B8852EB751E20C13A72FBCA03393CF682B8483509573">>},   {<<"getopt">>, <<"B17556DB683000BA50370B16C0619DF1337E7AF7ECBF7D64FBF8D1D6BCE3109B">>},   {<<"providers">>, <<"DB0E2F9043AE60C0155205FCD238D68516331D0E5146155E33D1E79DC452964A">>}, - {<<"relx">>, <<"98D6AE6EEECB31F2018CD06AF574579BAF1C08E9A848F9184F7B95F35A480AC8">>}, + {<<"relx">>, <<"5D18212999B9471A2E130CE3EC2A82C39D2EC0A9B9D206EE9B4D92F455F64F35">>},   {<<"ssl_verify_fun">>, <<"28A4D65B7F59893BC2C7DE786DEC1E1555BD742D336043FE644AE956C3497FBE">>}]}  ]. | 
