Skip to content

Commit 30500c1

Browse files
author
Alex Walker
authored
Update client-java (#136)
## What is the goal of this PR? We updated client-java to the latest server protocol. ## What are the changes implemented in this PR? Update client-java
1 parent f26773e commit 30500c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/graknlabs/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ 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-11", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
38+
commit = "0a2d8b609ab92fa5c6102ef9f4c07cf557e40d16", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
3939
)

0 commit comments

Comments
 (0)