From bbc85f3213981a7004db82e77dd807dbf0a986d6 Mon Sep 17 00:00:00 2001 From: Seth Shelnutt Date: Thu, 11 Mar 2021 16:50:40 -0500 Subject: [PATCH] Update to TileDB 2.2.4 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 974a46f2..eabe116c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB -TILEDB_GIT_TAG=2.2.2 +TILEDB_GIT_TAG=2.2.4 TILEDB_VERBOSE=OFF TILEDB_S3=ON TILEDB_AZURE=OFF