From 99fb4df1f780a7f06008501b00ac99a97419091b Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 23 Jun 2018 18:13:31 -0600 Subject: upgrade cf and bbmustache deps --- rebar.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 6e11828..d7f5312 100644 --- a/rebar.config +++ b/rebar.config @@ -1,10 +1,10 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- %% Dependencies ================================================================ -{deps, [{erlware_commons, "1.2.0"}, - {providers, "1.7.0"}, - {getopt, "1.0.1"}, - {cf, "0.2.2"}, - {bbmustache, "1.0.4"} +{deps, [{erlware_commons, "~>1.2"}, + {providers, "~>1.7"}, + {getopt, "~>1.0"}, + {cf, "~>0.3"}, + {bbmustache, "~>1.5"} ]}. {escript_incl_extra, [{"priv/templates/*", "."}]}. -- cgit v1.2.3