Skip to content

Commit

Permalink
Update dependencies.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshwara Hananda authored Jun 18, 2020
1 parent 418a33d commit 0b356b1
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 @@ -43,8 +43,8 @@ def graknlabs_build_tools():
def graknlabs_grakn_core():
git_repository(
name = "graknlabs_grakn_core",
remote = "https://github.com/flyingsilverfin/grakn",
commit = "d5ff1c787fac32d61730a756c32ce6e61b82e26d", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
remote = "https://github.com/graknlabs/grakn",
tag = "1.8.0", # 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 0b356b1

Please sign in to comment.