From a1b99303075bce38671763793660a77eff774f0f Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 1 Jul 2015 21:58:01 -0500 Subject: upgrade bbmustache --- rebar.config | 2 +- rebar.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index ed4c88f..203a937 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {deps, [{erlware_commons, "0.13.0"}, {providers, "1.4.1"}, {getopt, "0.8.2"}, - {bbmustache, "1.0.1"} + {bbmustache, "1.0.3"} ]}. {escript_incl_extra, [{"priv/templates/*", "."}]}. diff --git a/rebar.lock b/rebar.lock index 9ac86eb..921e6f3 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,4 +1,4 @@ -[{<<"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.13.0">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}]. -- cgit v1.2.3