Skip to content

Commit a3daa36

Browse files
author
Ganeshwara Hananda
authored
Update @graknlabs_common and @graknlabs_client_java
1 parent c543cd0 commit a3daa36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/graknlabs/repositories.bzl

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

3434
def graknlabs_client_java():
3535
git_repository(
3636
name = "graknlabs_client_java",
3737
remote = "https://github.com/graknlabs/client-java",
38-
tag = "2.0.0-alpha-5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
38+
tag = "2.0.0-alpha-6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
3939
)

0 commit comments

Comments
 (0)