aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-08-23 10:35:39 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-08-23 10:35:39 +0300
commit81581f7794535eedbc9c1260ad9191994b0d0edd (patch)
tree3fb6f15cb32b388b8e784a26d27995ab2265b54e /rebar.config
parentExplicitly match against <domain/resource> (diff)
Use forked repo of Riak Erlang client
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index e10ab3cd4..0d8e0c45e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -42,8 +42,7 @@
{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/basho/riak-erlang-client",
- {tag, "2.4.1"}}}},
+ {if_var_true, riak, {riakc, ".*", {git, "https://github.com/processone/riak-erlang-client.git"}}},
%% 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"}}}}},