Skip to content

Commit

Permalink
Update the dependency to graknlabs/grakn and graknlabs/protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshwara Herawan Hananda committed Jul 18, 2019
1 parent bfbc58d commit f45401a
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 @@ -29,12 +29,12 @@ def graknlabs_grakn_core():
git_repository(
name = "graknlabs_grakn_core",
remote = "https://github.com/graknlabs/grakn",
commit = "a0d7349e809b1b56b59245d561033c68e00c6d5c", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
tag = "1.5.7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
)

def graknlabs_protocol():
git_repository(
name = "graknlabs_protocol",
remote = "https://github.com/graknlabs/protocol",
commit = "875dc88a24b63475dafa59e7dfcc0bfceed2625b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
tag = "1.0.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
)

0 comments on commit f45401a

Please sign in to comment.