aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-11-19 14:15:29 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-11-19 14:15:29 +0100
commit1214a83cca972e2dd0c81e4b3f1998779a3d0549 (patch)
tree5fe2f4cb7ac460b5767323ce0fe2bfa21002d7e2
parentAnother attempt for db access on travis (diff)
Use never version of meck
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index fe8c8ab72..dcd02faa0 100644
--- a/rebar.config
+++ b/rebar.config
@@ -57,7 +57,7 @@
{if_var_true, tools, {luerl, ".*", {git, "https://github.com/rvirding/luerl",
{tag, "v0.3"}}}},
{if_var_true, tools, {meck, "0.8.*", {git, "https://github.com/eproxus/meck",
- {tag, "0.8.4"}}}},
+ {tag, "0.8.12"}}}},
{if_var_true, redis, {eredis, ".*", {git, "https://github.com/wooga/eredis",
{tag, "v1.0.8"}}}}]}.