diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2014-12-04 16:41:07 -0600 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2014-12-04 16:41:07 -0600 |
commit | 1a88cc285375e5558b12de502b515ef2ce503028 (patch) | |
tree | d5472594390cdd551c33384d060acfe5bc64d71f /rebar.config | |
parent | da91aa3073050644d104455266f72c22fa57c73f (diff) | |
parent | c34e15c2f20d6fa90d254c19357a70dcda0ef23e (diff) |
Merge pull request #33 from rebar/test-dep-choice
Initial tests for dependency resolving
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
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]}]}. |