Skip to content

Commit 8252bba

Browse files
authored
Fix console exitting when trying to open transaction to a database that doesn't exist (#104)
## What is the goal of this PR? We have fixed an issue that caused console to exit when trying to open transaction to a database that doesn't exist. ## What are the changes implemented in this PR? - Bump client-java to the version which no longer throws the incorrect exception, causing console to exit improperly - Fix #98
1 parent ac94b2b commit 8252bba

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-4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
38+
commit = "0ae01423da842b47669929975d50de307567fc2e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
3939
)

0 commit comments

Comments
 (0)