Skip to content

Commit 2c3a61c

Browse files
author
Ganeshwara Herawan Hananda
authored
Prepare for a release by updating graknlabs_graql, graknlabs_common and graknlabs_protocol to release versions (#18)
## What is the goal of this PR? - We've updated `graql`, `common` and `protocol` which are depended by `client-java`.
1 parent 3a88bda commit 2c3a61c

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 = "80e7505bd01afc6e048891e0b6f88ab80239f3f0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
32+
tag = "0.2.1", # 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 = "5bf8ea37b0555abb16e66c8d1e90e980347ac46e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
39+
tag = "1.0.4", # 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 = "246139d83ad8d3b5b3f37e2bf26d3b56fad4d8bc", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
53+
tag = "1.0.3", # 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)