Browse Source

upgrade relx lock to include heart fix

pull/2263/head
Tristan Sloughter 5 years ago
parent
commit
94796673fc
No known key found for this signature in database GPG Key ID: AAB97DDECCEB8150
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      rebar.config
  2. +1
    -1
      rebar.lock

+ 1
- 1
rebar.config View File

@ -9,7 +9,7 @@
{getopt, "1.0.1"}, {getopt, "1.0.1"},
{bbmustache, "1.8.0"}, {bbmustache, "1.8.0"},
%% {relx, "3.33.0"}, %% {relx, "3.33.0"},
{relx, {git, "https://github.com/erlware/relx.git", {tag, "v4.0.0-rc1"}}},
{relx, {git, "https://github.com/erlware/relx.git", {branch, "4.0.0"}}},
{cf, "0.2.2"}, {cf, "0.2.2"},
{cth_readable, "1.4.8"}, {cth_readable, "1.4.8"},
{eunit_formatters, "0.5.0"}]}. {eunit_formatters, "0.5.0"}]}.

+ 1
- 1
rebar.lock View File

@ -10,7 +10,7 @@
{<<"providers">>,{pkg,<<"providers">>,<<"1.8.1">>},0}, {<<"providers">>,{pkg,<<"providers">>,<<"1.8.1">>},0},
{<<"relx">>, {<<"relx">>,
{git,"https://github.com/erlware/relx.git", {git,"https://github.com/erlware/relx.git",
{ref,"e3b61cd8eab04609c4b0e684dfb564e788446d53"}},
{ref,"ac5bb88330e23b29ae0449214af5f62bd16ecdce"}},
0}, 0},
{<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.5">>},0}]}. {<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.5">>},0}]}.
[ [

Loading…
Cancel
Save