diff --git a/rebar.config b/rebar.config index 3c9610021..434c16af3 100644 --- a/rebar.config +++ b/rebar.config @@ -30,12 +30,7 @@ {if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.1"}}}}, {if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client", - "527722d12d0433b837cdb92a60900c2cb5df8942"}}}, - %% Forces correct dependency for riakc and allow using newer meck version) - {if_var_true, riak, {hamcrest, ".*", {git, "https://github.com/hyperthunk/hamcrest-erlang", - "13f9bfb9b27d216e8e033b0e0a9a29097ed923dd"}}}, % for riak_pb-2.1.0.7 - {if_var_true, riak, {protobuffs, ".*", {git, "https://github.com/basho/erlang_protobuffs", - "6e7fc924506e2dc166a6170e580ce1d95ebbd5bd"}}}, % for riak_pb-2.1.0.7 with correct meck dependency + {tag, "2.4.1"}}}}, %% Elixir support, needed to run tests {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, {if_version_above, "17", "v1.2.6", "v1.1.1"}}}}},