Browse Source

Merge pull request #2431 from tsloughter/bump-relx-4.1.0

bump relx to v4.1.0
pull/2432/head
Fred Hebert 4 years ago
committed by GitHub
parent
commit
d23b28fea8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      rebar.config
  2. +3
    -3
      rebar.lock

+ 1
- 1
rebar.config View File

@ -8,7 +8,7 @@
{providers, "1.8.1"},
{getopt, "1.0.1"},
{bbmustache, "1.10.0"},
{relx, "4.0.2"},
{relx, "4.1.0"},
{cf, "0.3.1"},
{cth_readable, "1.4.9"},
{eunit_formatters, "0.5.0"}]}.

+ 3
- 3
rebar.lock View File

@ -8,7 +8,7 @@
{<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},0},
{<<"parse_trans">>,{pkg,<<"parse_trans">>,<<"3.3.0">>},0},
{<<"providers">>,{pkg,<<"providers">>,<<"1.8.1">>},0},
{<<"relx">>,{pkg,<<"relx">>,<<"4.0.2">>},0},
{<<"relx">>,{pkg,<<"relx">>,<<"4.1.0">>},0},
{<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.6">>},0}]}.
[
{pkg_hash,[
@ -21,7 +21,7 @@
{<<"getopt">>, <<"C73A9FA687B217F2FF79F68A3B637711BB1936E712B521D8CE466B29CBF7808A">>},
{<<"parse_trans">>, <<"09765507A3C7590A784615CFD421D101AEC25098D50B89D7AA1D66646BC571C1">>},
{<<"providers">>, <<"70B4197869514344A8A60E2B2A4EF41CA03DEF43CFB1712ECF076A0F3C62F083">>},
{<<"relx">>, <<"889F0D0D1CBD08581EFBFE4EC3894C11C562C47BBB9A4477049C10B81BD8C819">>},
{<<"relx">>, <<"50B4F9DB551DD5CE55774F07A2F847BCD53336A74D1127DD8282E48A98F804EE">>},
{<<"ssl_verify_fun">>, <<"CF344F5692C82D2CD7554F5EC8FD961548D4FD09E7D22F5B62482E5AEAEBD4B0">>}]},
{pkg_hash_ext,[
{<<"bbmustache">>, <<"43EFFA3FD4BB9523157AF5A9E2276C493495B8459FC8737144AA186CB13CE2EE">>},
@ -33,6 +33,6 @@
{<<"getopt">>, <<"53E1AB83B9CEB65C9672D3E7A35B8092E9BDC9B3EE80721471A161C10C59959C">>},
{<<"parse_trans">>, <<"17EF63ABDE837AD30680EA7F857DD9E7CED9476CDD7B0394432AF4BFC241B960">>},
{<<"providers">>, <<"E45745ADE9C476A9A469EA0840E418AB19360DC44F01A233304E118A44486BA0">>},
{<<"relx">>, <<"21B5D01C78D832B2ED62F9796C77718270BA35432C2845059919FAD990C09E17">>},
{<<"relx">>, <<"B94A3F96697A479EE5217A853345E0F4977BDF40D3C040AF0D3D80FADAD82AF4">>},
{<<"ssl_verify_fun">>, <<"BDB0D2471F453C88FF3908E7686F86F9BE327D065CC1EC16FA4540197EA04680">>}]}
].

Loading…
Cancel
Save