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

Commit ac87714

Browse files
committed
//ci:sync-dependencies: typedb/typedb-dependencies@ab6e79d
1 parent 5226815 commit ac87714

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies/graknlabs/dependencies.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ def graknlabs_build_tools():
2121
git_repository(
2222
name = "graknlabs_build_tools",
2323
remote = "https://github.com/graknlabs/build-tools",
24-
commit = "5865fb77510dca740b4912c5a95da665a52bf799", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools
24+
commit = "ab6e79db993dbb387e2193084d8e063ccb1d73df", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools
2525
)
2626

2727
def graknlabs_grakn_core():
2828
git_repository(
2929
name = "graknlabs_grakn_core",
3030
remote = "https://github.com/graknlabs/grakn",
31-
commit = "adb4547aaf1ca659627928d22708769b90c3c2a7" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
31+
commit = "a549fe558581a28c8b0730bf6896ee0fb5cba617" # 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 = "27a2afc76b763a044fcb032db863c1c573bf9cb4" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
38+
commit = "9dacbd31727cf064f9d334150ad5526a2403ae71" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
3939
)

0 commit comments

Comments
 (0)