Skip to content

Commit db26b78

Browse files
author
Ganeshwara Hananda
authored
Update dependencies.bzl
1 parent 88b1b1f commit db26b78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dependencies/graknlabs/dependencies.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ def graknlabs_common():
2828
git_repository(
2929
name = "graknlabs_common",
3030
remote = "https://github.com/graknlabs/common",
31-
commit = "b364a7640585f54c81a0191d26ef75f3f608aea2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
31+
tag = "0.2.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
3232
)
3333

3434
def graknlabs_graql():
3535
git_repository(
3636
name = "graknlabs_graql",
3737
remote = "https://github.com/graknlabs/graql",
38-
commit = "cfa8add6c3c71978c32b08a297d96ffd1d70ca98", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
38+
tag = "1.0.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
3939
)
4040

4141
def graknlabs_grakn_core():
@@ -49,14 +49,14 @@ def graknlabs_protocol():
4949
git_repository(
5050
name = "graknlabs_protocol",
5151
remote = "https://github.com/graknlabs/protocol",
52-
commit = "ac4ca6a5cba91cd9a42c16b11738f1551cde4288", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
52+
commit = "1.0.5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
5353
)
5454

5555
def graknlabs_client_java():
5656
git_repository(
5757
name = "graknlabs_client_java",
5858
remote = "https://github.com/graknlabs/client-java",
59-
tag = "1.6.3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
59+
tag = "1.7.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
6060
)
6161

6262
def graknlabs_grabl_tracing():

0 commit comments

Comments
 (0)