summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 3eb1958..3a035f1 100644
--- a/rebar.config
+++ b/rebar.config
@@ -30,7 +30,8 @@
{relx, "",
{git, "https://github.com/tsloughter/relx.git",
{branch, "format_error1"}}},
- {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}.
+ {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}},
+ {meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}}]}.
{erlydtl_opts, [{doc_root, "priv/templates"},
{compiler_options, [report, return, debug_info]}]}.