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 Jan 17, 2020
1 parent b515456 commit c46c9d6
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 @@ -23,7 +23,7 @@ def graknlabs_graql():
git_repository(
name = "graknlabs_graql",
remote = "https://github.com/graknlabs/graql",
commit = "11d374b157efc00145851e0b8125d65a716b4bd8" # 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_common():
Expand Down Expand Up @@ -51,7 +51,7 @@ def graknlabs_protocol():
git_repository(
name = "graknlabs_protocol",
remote = "https://github.com/graknlabs/protocol",
commit = "1a0dfaa4f3a60256aeb749679bf135f3a831242f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
tag = "1.0.4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
)

def graknlabs_behaviour():
Expand Down

0 comments on commit c46c9d6

Please sign in to comment.