From 6ebac46bf9ead05dae716b05b2a3f5767c5288db Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 11 Oct 2022 18:40:58 +0100 Subject: [PATCH] Mas i379 snapshottime (#1833) * Update rebar.config * Update rebar.config --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}} ]}.