diff options
-rw-r--r-- | rebar.config | 1 | ||||
-rw-r--r-- | rebar.lock | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 26f715e..e27b07c 100644 --- a/rebar.config +++ b/rebar.config @@ -3,6 +3,7 @@ {deps, [{erlware_commons, "0.18.0"}, {providers, "1.6.0"}, {getopt, "0.8.2"}, + {cf, "0.2.1"}, {bbmustache, "1.0.4"} ]}. @@ -1,5 +1,5 @@ [{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0}, - {<<"cf">>,{pkg,<<"cf">>,<<"0.2.1">>},1}, + {<<"cf">>,{pkg,<<"cf">>,<<"0.2.1">>},0}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.18.0">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, {<<"providers">>,{pkg,<<"providers">>,<<"1.6.0">>},0}]. |