diff --git a/rebar.config b/rebar.config index fed2ced74..65a632c67 100644 --- a/rebar.config +++ b/rebar.config @@ -52,6 +52,6 @@ {riak_dt, {git, "https://github.com/basho/riak_dt.git", {tag, "riak_kv-3.0.0"}}}, {riak_api, {git, "https://github.com/basho/riak_api.git", {tag, "riak_kv-3.0.10"}}}, {hyper, {git, "https://github.com/basho/hyper", {tag, "1.1.0"}}}, - {kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "1.0.2"}}}, + {kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "1.0.3"}}}, {riakhttpc, {git, "https://github.com/basho/riak-erlang-http-client", {tag, "3.0.10"}}} ]}.