Skip to content

Commit e93f6d4

Browse files
author
Ganeshwara Hananda
authored
Update to release dependencies in order to release Console
1 parent da0f966 commit e93f6d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies/graknlabs/dependencies.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def graknlabs_common():
2929
git_repository(
3030
name = "graknlabs_common",
3131
remote = "https://github.com/graknlabs/common",
32-
tag = "0.2.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
32+
tag = "0.2.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
3333
)
3434

3535
def graknlabs_graql():
@@ -50,12 +50,12 @@ def graknlabs_protocol():
5050
git_repository(
5151
name = "graknlabs_protocol",
5252
remote = "https://github.com/graknlabs/protocol",
53-
commit = "1a0dfaa4f3a60256aeb749679bf135f3a831242f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
53+
commit = "1.0.4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
5454
)
5555

5656
def graknlabs_client_java():
5757
git_repository(
5858
name = "graknlabs_client_java",
5959
remote = "https://github.com/graknlabs/client-java",
60-
commit = "a3ef9b764d55e818d708292ebcf050ac8fe5eb6a", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
60+
commit = "1.6.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
6161
)

0 commit comments

Comments
 (0)