diff --git a/rebar.config b/rebar.config index b2953eb88..0b355cae6 100644 --- a/rebar.config +++ b/rebar.config @@ -53,6 +53,6 @@ {riak_pipe, {git, "https://github.com/basho/riak_pipe.git", {branch, "develop"}}}, {riak_dt, {git, "https://github.com/basho/riak_dt.git", {branch, "develop"}}}, {riak_api, {git, "https://github.com/basho/riak_api.git", {branch, "develop"}}}, - {kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {branch, "develop-3.1"}}}, - {rhc, {git, "https://github.com/basho/riak-erlang-http-client", {branch, "develop-3.2-otp24"}}} + {kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "1.0.2"}}}, + {rhc, {git, "https://github.com/basho/riak-erlang-http-client", {tag, "3.0.10"}}} ]}.