Skip to content

Commit c46c9d6

Browse files
author
Ganeshwara Hananda
authored
Update dependencies.bzl
1 parent b515456 commit c46c9d6

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
@@ -23,7 +23,7 @@ def graknlabs_graql():
2323
git_repository(
2424
name = "graknlabs_graql",
2525
remote = "https://github.com/graknlabs/graql",
26-
commit = "11d374b157efc00145851e0b8125d65a716b4bd8" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
26+
tag = "1.0.6" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
2727
)
2828

2929
def graknlabs_common():
@@ -51,7 +51,7 @@ def graknlabs_protocol():
5151
git_repository(
5252
name = "graknlabs_protocol",
5353
remote = "https://github.com/graknlabs/protocol",
54-
commit = "1a0dfaa4f3a60256aeb749679bf135f3a831242f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
54+
tag = "1.0.4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
5555
)
5656

5757
def graknlabs_behaviour():

0 commit comments

Comments
 (0)