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():