From 05b3bf107e494d80399d4ace8a1c542532ee56f4 Mon Sep 17 00:00:00 2001 From: Georgii Novoselov <22564079+farost@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:30:26 +0100 Subject: [PATCH] Downgrade typeql to the latest tag version for the release (#662) ## Usage and product changes Downgrade typeql to the latest tag version for the release --- 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 8c77733bc7..2971eedca5 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -28,7 +28,7 @@ def vaticle_typeql(): git_repository( name = "vaticle_typeql", remote = "https://github.com/vaticle/typeql", - commit = "a4d6f02d79a72b6e02c6870b92b8b20a1f4291d4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql + tag = "2.28.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql ) def vaticle_typedb_protocol():