Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 6901acc

Browse files
committed
//ci:sync-dependencies: typedb/typedb-protocol@42f980f
1 parent ac87714 commit 6901acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/graknlabs/dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ def graknlabs_grakn_core():
2828
git_repository(
2929
name = "graknlabs_grakn_core",
3030
remote = "https://github.com/graknlabs/grakn",
31-
commit = "a549fe558581a28c8b0730bf6896ee0fb5cba617" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
31+
commit = "782e6de10ccf7a8ab631d2e58e49a2b12222b796" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
3232
)
3333

3434
def graknlabs_protocol():
3535
git_repository(
3636
name = "graknlabs_protocol",
3737
remote = "https://github.com/graknlabs/protocol",
38-
commit = "9dacbd31727cf064f9d334150ad5526a2403ae71" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
38+
commit = "42f980f5b86f0dd79115da76f2d1867578ac061a" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
3939
)

0 commit comments

Comments
 (0)