Skip to content

Commit 28069a3

Browse files
author
Ganeshwara Herawan Hananda
authored
Update dependencies.bzl (#4)
## What is the goal of this PR? Make client-java 1.0.1 releasable by depending on released common `0.2.0`, graql `1.0.3`, protocol `1.0.2`. client-java is already set to the correct version which is `1.5.5` and there is no need to update them here.
1 parent a836a9d commit 28069a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies/graknlabs/dependencies.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ def graknlabs_common():
2929
git_repository(
3030
name = "graknlabs_common",
3131
remote = "https://github.com/graknlabs/common",
32-
commit = "1087e5cf567d4bf3ace5ffa6e0e644a201b29741", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
32+
tag = "0.2.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
3333
)
3434

3535
def graknlabs_graql():
3636
git_repository(
3737
name = "graknlabs_graql",
3838
remote = "https://github.com/graknlabs/graql",
39-
commit = "9f9ad6beea9fe6364caa19112e9534a70c257735", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
39+
tag = "1.0.3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
4040
)
4141

4242
def graknlabs_grakn_core():
@@ -50,7 +50,7 @@ def graknlabs_protocol():
5050
git_repository(
5151
name = "graknlabs_protocol",
5252
remote = "https://github.com/graknlabs/protocol",
53-
commit = "6290833875432a2922f0535231a4493126d7dd0a", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
53+
tag = "1.0.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
5454
)
5555

5656
def graknlabs_client_java():

0 commit comments

Comments
 (0)