aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-05-09 10:58:00 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-05-09 10:58:00 +0200
commit338d27b45b8b5d4f4f731052bea30d046f647599 (patch)
tree4411a537367a3ed1340eefddce89bfef8fd80300
parentStop ejabberd initialization on invalid/unknown options (diff)
Use never version of moka
-rw-r--r--rebar.config4
1 files changed, 1 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index 58613a544..0eaecdb5e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -58,7 +58,7 @@
{if_var_true, tools, {meck, "0.8.*", {git, "https://github.com/eproxus/meck",
{tag, "0.8.4"}}}},
{if_var_true, tools, {moka, ".*", {git, "https://github.com/processone/moka",
- {tag, "1.0.5c"}}}},
+ {tag, "1.0.5d"}}}},
{if_var_true, redis, {eredis, ".*", {git, "https://github.com/wooga/eredis",
{tag, "v1.0.8"}}}}]}.
@@ -165,8 +165,6 @@
{if_var_true, zlib, {"ezlib", []}},
{if_var_true, iconv, {"iconv", []}}]}.
-{overrides, [{override, samerlib, [{erl_opts, []}]}]}.
-
%% Local Variables:
%% mode: erlang
%% End: