summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2014-12-04 16:41:07 -0600
committerTristan Sloughter <tristan.sloughter@gmail.com>2014-12-04 16:41:07 -0600
commit1a88cc285375e5558b12de502b515ef2ce503028 (patch)
treed5472594390cdd551c33384d060acfe5bc64d71f /rebar.config
parentda91aa3073050644d104455266f72c22fa57c73f (diff)
parentc34e15c2f20d6fa90d254c19357a70dcda0ef23e (diff)
Merge pull request #33 from rebar/test-dep-choice
Initial tests for dependency resolving
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]}]}.