summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-03-31 14:36:30 +0200
committerMickael Remond <mremond@process-one.net>2016-03-31 14:36:30 +0200
commit91233eafaa52575cf368392ee7a2f7dcdfabee83 (patch)
tree9ecb96f6f90670a29bf627ffeead18c9db0ec486 /rebar.config
parentRename conflicting test file after merge (diff)
Use version of moka that do not depend on proper
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index dd88a4e5..95466c90 100644
--- a/rebar.config
+++ b/rebar.config
@@ -43,8 +43,8 @@
{tag, "1.0.0"}}}},
{if_var_true, tools, {meck, "0.8.2", {git, "https://github.com/eproxus/meck",
{tag, "0.8.2"}}}},
- {if_var_true, tools, {moka, ".*", {git, "git://github.com/processone/moka.git",
- {tag, "1.0.5"}}}},
+ {if_var_true, tools, {moka, ".*", {git, "https://github.com/processone/moka.git",
+ {tag, "1.0.5b"}}}},
{if_var_true, redis, {eredis, ".*", {git, "https://github.com/wooga/eredis",
{tag, "v1.0.8"}}}}]}.