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

Commit 43eac9a

Browse files
committed
//ci:sync-dependencies: typedb/typedb-protocol@43e0ea3
1 parent de61cb1 commit 43eac9a

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
@@ -29,12 +29,12 @@ def graknlabs_grakn_core():
2929
git_repository(
3030
name = "graknlabs_grakn_core",
3131
remote = "https://github.com/graknlabs/grakn",
32-
commit = "a893608de35e85894f8a3e8c148e14afad39e543" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
32+
commit = "782e7146eae9e0f63f66d9db02f354acf6279e1c" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
3333
)
3434

3535
def graknlabs_protocol():
3636
git_repository(
3737
name = "graknlabs_protocol",
3838
remote = "https://github.com/graknlabs/protocol",
39-
commit = "857fef48e2077bcaeb454e31e271910cf5056114" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
39+
commit = "43e0ea35dfde1672629275252d78b0e9f71e1e57" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
4040
)

0 commit comments

Comments
 (0)