From 53b3a4fd24172d3687112e743fab5f819f6d4545 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 11 Oct 2022 18:52:40 +0100 Subject: [PATCH] Update riak_kv tag --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index c2f949df..8787d31c 100644 --- a/rebar.config +++ b/rebar.config @@ -24,7 +24,7 @@ {lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}}, {ranch, {git, "https://github.com/ninenines/ranch.git", {tag, "1.6.0"}}}, {ebloom,{git, "https://github.com/basho/ebloom.git", {tag, "2.1.0"}}}, - {riak_kv, {git, "https://github.com/basho/riak_kv.git", {tag, "riak_kv-3.0.10"}}} + {riak_kv, {git, "https://github.com/basho/riak_kv.git", {tag, "riak_kv-3.0.11"}}} ]}. {plugins, [{rebar3_gpb_plugin, {git, "https://github.com/basho/rebar3_gpb_plugin", {tag, "2.15.1+riak.3.0.4"}}},