Skip to content

Commit ba9128a

Browse files
authored
Upgrade dependencies (#21)
## What is the goal of this PR? Upgrade deps such that CI is green again ## What are the changes implemented in this PR? Bump versions of `@graknlabs_grakn_core` and `@graknlabs_client_java` to latest `master`
1 parent 34cfd5b commit ba9128a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/graknlabs/dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def graknlabs_grakn_core():
4343
git_repository(
4444
name = "graknlabs_grakn_core",
4545
remote = "https://github.com/graknlabs/grakn",
46-
commit = "dccaa7dc8dea6f651ad9e8b15b64b4fef2faf5e3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
46+
commit = "a3a04563a64fccf6c8a9b2b86fb293a3df201eb0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
4747
)
4848

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

0 commit comments

Comments
 (0)