Skip to content

Commit d8bbb2e

Browse files
Update to use tagged protocol for release (typedb#99)
Update to use tagged protocol for release
1 parent 70621f2 commit d8bbb2e

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
@@ -27,13 +27,13 @@ def graknlabs_build_tools():
2727
def graknlabs_grakn_core():
2828
git_repository(
2929
name = "graknlabs_grakn_core",
30-
remote = "https://github.com/flyingsilverfin/grakn",
31-
commit = "689ba5e2c215f4d775cb8c607924071515dd039c", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
30+
remote = "https://github.com/graknlabs/grakn",
31+
commit = "c3caeb7b626b41f0a0a8784af11840d682d9b17c", # 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 = "8ba9a34eb208195fed6c98d4cfc11c8036a83c92", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
38+
tag = "1.0.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
3939
)

0 commit comments

Comments
 (0)