From 5eeec5171ecc44e8cfc94c293facde41b27ddcd9 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Wed, 13 Jan 2021 12:31:38 +0000 Subject: [PATCH] Switch to tag --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}} ]}.