diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2018-11-19 14:15:29 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2018-11-19 14:15:29 +0100 |
commit | 1214a83cca972e2dd0c81e4b3f1998779a3d0549 (patch) | |
tree | 5fe2f4cb7ac460b5767323ce0fe2bfa21002d7e2 | |
parent | Another attempt for db access on travis (diff) |
Use never version of meck
-rw-r--r-- | rebar.config | 2 |
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"}}}}]}. |