From f33628d7dd3e01f834124a5bd8b4ef03a1275841 Mon Sep 17 00:00:00 2001 From: gsvic Date: Fri, 16 Oct 2020 11:51:01 +0300 Subject: [PATCH] Update to TileDB 2.1.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1064a75a..a65356d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB -TILEDB_GIT_TAG=2.0.8 +TILEDB_GIT_TAG=2.1.1 TILEDB_VERBOSE=OFF TILEDB_S3=ON TILEDB_AZURE=OFF