diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2017-09-05 10:10:45 +0200 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2017-09-13 09:49:43 +0200 |
commit | 5414cbe8212fb77f44e185b00a6553f145746686 (patch) | |
tree | 7015aa64af4b3b95bb96a3147b958b9a131a2fa5 | |
parent | mod_push_keepalive: Remove unused 'db_type' option (diff) |
Add riakc dependency version
-rw-r--r-- | rebar.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 0d8e0c45e..a1127d2b9 100644 --- a/rebar.config +++ b/rebar.config @@ -42,7 +42,8 @@ {tag, "1.0.3"}}}}, {if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.2"}}}}, - {if_var_true, riak, {riakc, ".*", {git, "https://github.com/processone/riak-erlang-client.git"}}}, + {if_var_true, riak, {riakc, ".*", {git, "https://github.com/processone/riak-erlang-client.git", + {tag, "2.5.3"}}}}, %% Elixir support, needed to run tests {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, {if_version_above, "17", "v1.4.4", "v1.1.1"}}}}}, |