Skip to content

Commit

Permalink
Update Graql and Grakn Core dependencies for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshwara Hananda authored Jan 17, 2020
1 parent 7b4b798 commit 7e599fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/graknlabs/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ def graknlabs_graql():
git_repository(
name = "graknlabs_graql",
remote = "https://github.com/graknlabs/graql",
tag = "1.0.4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
tag = "1.0.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
)

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

def graknlabs_protocol():
Expand Down

0 comments on commit 7e599fa

Please sign in to comment.