aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.tests.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.tests.config')
-rw-r--r--rebar.tests.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/rebar.tests.config b/rebar.tests.config
index 14daa1d..9315c7e 100644
--- a/rebar.tests.config
+++ b/rebar.tests.config
@@ -1,7 +1,8 @@
{cover_enabled, true}.
{deps, [
- {proper, "1.0",
- {git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
+ {proper, ".*",
+ {git, "git://github.com/manopapad/proper.git", "master"}},
+ {ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git", "0.4.0"}}
]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{erl_opts, []}.