Skip to content

Commit 53d597e

Browse files
author
Ganeshwara Herawan Hananda
authored
Prepare for a release by update graknlabs_common and graknlabs_protocol to release versions (#60)
## What is the goal of this PR? - We've updated `common` and `protocol` which are depended by `client-java`. - Add `common` to the `release-validate` CI job.
1 parent 0ea317d commit 53d597e

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
@@ -23,7 +23,7 @@ def graknlabs_common():
2323
git_repository(
2424
name = "graknlabs_common",
2525
remote = "https://github.com/graknlabs/common",
26-
commit = "95f2cda34a4aa7467f63b4e7724236e9e1e1c151"
26+
tag = "0.2.1"
2727
)
2828

2929
def graknlabs_build_tools():
@@ -44,7 +44,7 @@ def graknlabs_protocol():
4444
git_repository(
4545
name = "graknlabs_protocol",
4646
remote = "https://github.com/graknlabs/protocol",
47-
commit = "1.0.3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
47+
tag = "1.0.3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
4848
)
4949

5050
def graknlabs_behaviour():

0 commit comments

Comments
 (0)