diff options
| -rw-r--r-- | rebar.config | 2 | ||||
| -rw-r--r-- | rebar.lock | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/rebar.config b/rebar.config index eabf3ac..0344032 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,7 @@          {certifi,             "0.4.0"},          {providers,           "1.6.0"},          {getopt,              "0.8.2"}, -        {bbmustache,          "1.0.4"}, +        {bbmustache,          "1.3.0"},          {relx,                "3.21.0"},          {cf,                  "0.2.1"},          {cth_readable,        "1.2.3"}, @@ -1,5 +1,5 @@  {"1.1.0", -[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0}, +[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.3.0">>},0},   {<<"certifi">>,{pkg,<<"certifi">>,<<"0.4.0">>},0},   {<<"cf">>,{pkg,<<"cf">>,<<"0.2.1">>},0},   {<<"cth_readable">>,{pkg,<<"cth_readable">>,<<"1.2.3">>},0}, @@ -11,7 +11,7 @@   {<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.1">>},0}]}.  [  {pkg_hash,[ - {<<"bbmustache">>, <<"7BA94F971C5AFD7B6617918A4BB74705E36CAB36EB84B19B6A1B7EE06427AA38">>}, + {<<"bbmustache">>, <<"2010ADAE78830992A4C69680115ECD7D475DD03A72C076BBADDCCBF2D4B32035">>},   {<<"certifi">>, <<"A7966EFB868B179023618D29A407548F70C52466BF1849B9E8EBD0E34B7EA11F">>},   {<<"cf">>, <<"69D0B1349FD4D7D4DC55B7F407D29D7A840BF9A1EF5AF529F1EBE0CE153FC2AB">>},   {<<"cth_readable">>, <<"293120673DFF82F0768612C5282E35C40CACC1B6F94FE99077438FD3749D0E27">>}, | 
