diff --git a/rebar.config b/rebar.config index 0190b415cb..6bbf186ab1 100644 --- a/rebar.config +++ b/rebar.config @@ -57,7 +57,7 @@ {riak_dt, {git, "git://github.com/basho/riak_dt.git", {tag, "riak_kv-3.0.0"}}}, {riak_api, {git, "git://github.com/basho/riak_api.git", {tag, "riak_kv-3.0.2"}}}, {hyper, {git, "git://github.com/basho/hyper", {tag, "1.1.0"}}}, - {leveled, {git, "https://github.com/martinsumner/leveled.git", {branch, "develop-3.0"}}}, + {leveled, {git, "https://github.com/martinsumner/leveled.git", {tag, "1.0.3"}}}, {kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "0.9.18"}}}, {riakhttpc, {git, "git://github.com/basho/riak-erlang-http-client", {tag, "riak_kv-3.0.2"}}} ]}.