Sfoglia il codice sorgente

update relx

pull/817/head
Tristan Sloughter 9 anni fa
parent
commit
40d7350ee8
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      rebar.config
  2. +1
    -1
      rebar.lock

+ 1
- 1
rebar.config Vedi File

@ -7,7 +7,7 @@
{providers, "1.5.0"}, {providers, "1.5.0"},
{getopt, "0.8.2"}, {getopt, "0.8.2"},
{bbmustache, "1.0.4"}, {bbmustache, "1.0.4"},
{relx, "3.5.0"}]}.
{relx, "3.6.0"}]}.
{escript_name, rebar3}. {escript_name, rebar3}.
{escript_emu_args, "%%! +sbtu +A0\n"}. {escript_emu_args, "%%! +sbtu +A0\n"}.

+ 1
- 1
rebar.lock Vedi File

@ -3,5 +3,5 @@
{<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.16.0">>},0}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.16.0">>},0},
{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0},
{<<"providers">>,{pkg,<<"providers">>,<<"1.5.0">>},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}]. {<<"ssl_verify_hostname">>,{pkg,<<"ssl_verify_hostname">>,<<"1.0.5">>},0}].

Caricamento…
Annulla
Salva