diff options
-rw-r--r-- | rebar.config | 3 |
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"}}}}}, |