Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dependencies/typedb/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
)