Browse Source

Merge pull request #881 from project-fifo/cf-update

Bump cf for fixing #879
pull/873/merge
Fred Hebert 9 years ago
parent
commit
97ae8d6595
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

@ -8,7 +8,7 @@
{getopt, "0.8.2"},
{bbmustache, "1.0.4"},
{relx, "3.7.1"},
{cf, "0.1.2"}]}.
{cf, "0.1.3"}]}.
{escript_name, rebar3}.
{escript_emu_args, "%%! +sbtu +A0\n"}.

+ 1
- 1
rebar.lock View File

@ -1,6 +1,6 @@
[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0},
{<<"certifi">>,{pkg,<<"certifi">>,<<"0.1.1">>},0},
{<<"cf">>,{pkg,<<"cf">>,<<"0.1.2">>},0},
{<<"cf">>,{pkg,<<"cf">>,<<"0.1.3">>},0},
{<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.16.0">>},0},
{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0},
{<<"providers">>,{pkg,<<"providers">>,<<"1.5.0">>},0},

Loading…
Cancel
Save