From c08f3f406090cacef38ef453014d9a0f8b7fc02b Mon Sep 17 00:00:00 2001 From: Krishnan Govindraj Date: Thu, 13 Nov 2025 20:39:25 +0100 Subject: [PATCH] Bump behaviour --- dependencies/typedb/repositories.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index ec61b9568d..379d81b653 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -34,6 +34,6 @@ def typedb_protocol(): def typedb_behaviour(): git_repository( name = "typedb_behaviour", - remote = "https://github.com/typedb/typedb-behaviour", - commit = "a045c9c6431ac1df58f2edbb0fd56fa1cf7c2d32", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_behaviour + remote = "https://github.com/krishnangovindraj/typedb-behaviour", + commit = "b16e827c4405167e4572ead6726ae27732bddf7e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_behaviour )