Skip to content

Commit 34515da

Browse files
author
Ganeshwara Hananda
authored
Update dependencies.bzl
1 parent 00a45dc commit 34515da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dependencies/graknlabs/dependencies.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ def graknlabs_graql():
3535
git_repository(
3636
name = "graknlabs_graql",
3737
remote = "https://github.com/graknlabs/graql",
38-
commit = "4e37a87cb562e47f04c270c6147eac2567d4a223", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
38+
tag = "1.0.7" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
3939
)
4040

4141
def graknlabs_grakn_core():
4242
git_repository(
4343
name = "graknlabs_grakn_core",
44-
remote = "https://github.com/flyingsilverfin/grakn",
45-
commit = "80affa25bfe0c71c7febeffc526c11bfed890f56", # do not sync @graknlabs_grakn_core, it will create a cyclic dependency
44+
remote = "https://github.com/graknlabs/grakn",
45+
commit = "c3caeb7b626b41f0a0a8784af11840d682d9b17c", # do not sync @graknlabs_grakn_core, it will create a cyclic dependency
4646
)
4747

4848
def graknlabs_client_java():
4949
git_repository(
5050
name = "graknlabs_client_java",
5151
remote = "https://github.com/graknlabs/client-java",
52-
commit = "5b2b4228b4b5a6fd2ca2e8611729bf6d8abeaf62", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
52+
tag = "1.8.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
5353
)

0 commit comments

Comments
 (0)