Skip to content

Commit 7e599fa

Browse files
author
Ganeshwara Hananda
authored
Update Graql and Grakn Core dependencies for release
1 parent 7b4b798 commit 7e599fa

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
@@ -36,14 +36,14 @@ def graknlabs_graql():
3636
git_repository(
3737
name = "graknlabs_graql",
3838
remote = "https://github.com/graknlabs/graql",
39-
tag = "1.0.4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
39+
tag = "1.0.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
4040
)
4141

4242
def graknlabs_grakn_core():
4343
git_repository(
4444
name = "graknlabs_grakn_core",
4545
remote = "https://github.com/graknlabs/grakn",
46-
commit = "a3a04563a64fccf6c8a9b2b86fb293a3df201eb0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
46+
commit = "7cb307c3e48bd7675445e58edd7b37044882fa44", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
4747
)
4848

4949
def graknlabs_protocol():

0 commit comments

Comments
 (0)