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

Commit 09c3e43

Browse files
committed
//ci:sync-dependencies: typedb/typedb-protocol@2877d04
1 parent 43eac9a commit 09c3e43

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 = "782e7146eae9e0f63f66d9db02f354acf6279e1c" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
32+
commit = "3cabb7035a7de4f4cca3ea361f47ff92858c49a1" # 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 = "43e0ea35dfde1672629275252d78b0e9f71e1e57" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
39+
commit = "2877d04cd0afb28729fb3f2cbd874209e05bae14" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
4040
)

0 commit comments

Comments
 (0)