Explorar el Código

upgrade erlware_commons, bbmustache and relx

pull/600/head
Tristan Sloughter hace 9 años
padre
commit
3716c347a5
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  1. +3
    -3
      rebar.config
  2. +3
    -3
      rebar.lock

+ 3
- 3
rebar.config Ver fichero

@ -1,11 +1,11 @@
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 ft=erlang et
{deps, [{erlware_commons, "0.12.0"},
{deps, [{erlware_commons, "0.13.0"},
{providers, "1.4.1"},
{getopt, "0.8.2"},
{bbmustache, "1.0.1"},
{relx, "3.0.0"}]}.
{bbmustache, "1.0.3"},
{relx, "3.3.0"}]}.
{escript_name, rebar3}.
{escript_emu_args, "%%! +sbtu +A0\n"}.

+ 3
- 3
rebar.lock Ver fichero

@ -1,5 +1,5 @@
[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.1">>},0},
[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.3">>},0},
{<<"providers">>,{pkg,<<"providers">>,<<"1.4.1">>},0},
{<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.12.0">>},0},
{<<"relx">>,{pkg,<<"relx">>,<<"3.0.0">>},0},
{<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.13.0">>},0},
{<<"relx">>,{pkg,<<"relx">>,<<"3.3.0">>},0},
{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}].

Cargando…
Cancelar
Guardar