diff --git a/rebar.config b/rebar.config index 9ba5373ba8..3b4e9bb2d4 100644 --- a/rebar.config +++ b/rebar.config @@ -36,8 +36,8 @@ {riak_pipe, ".*", {git, "git://github.com/basho/riak_pipe.git", {tag, "riak_kv-2.9.1"}}}, {riak_dt, ".*", {git, "git://github.com/basho/riak_dt.git", {tag, "riak_kv-2.9.1"}}}, {eunit_formatters, ".*", {git, "git://github.com/seancribbs/eunit_formatters", {tag, "0.1.2"}}}, - {leveled, ".*", {git, "https://github.com/martinsumner/leveled.git", {branch, "develop-2.9"}}}, - {kv_index_tictactree, ".*", {git, "https://github.com/martinsumner/kv_index_tictactree.git", {branch, "develop-2.9"}}}, + {leveled, ".*", {git, "https://github.com/martinsumner/leveled.git", {tag, "0.9.23"}}}, + {kv_index_tictactree, ".*", {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "0.9.17"}}}, {riak_core, ".*", {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-2.9.2"}}}, {riak_api, ".*", {git, "git://github.com/basho/riak_api.git", {tag, "riak_kv-2.9.2"}}}, {hyper, ".*", {git, "git://github.com/basho/hyper", {tag, "1.0.1"}}},