From 60dca02cd90036f4233c248b64ac55539058f468 Mon Sep 17 00:00:00 2001 From: joshua Date: Tue, 10 Oct 2023 16:27:24 +0100 Subject: [PATCH] Update TypeDB common to 2.24.15 --- dependencies/vaticle/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index 99f6710a57..93d49f4a0f 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -32,7 +32,7 @@ def vaticle_typedb_common(): git_repository( name = "vaticle_typedb_common", remote = "https://github.com/vaticle/typedb-common", - tag = "2.24.14", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common + tag = "2.24.15", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common ) def vaticle_typeql():