aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config10
1 files changed, 5 insertions, 5 deletions
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/*", "."}]}.