You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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.
Copy file name to clipboardExpand all lines: dependencies/graknlabs/dependencies.bzl
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@ def graknlabs_common():
29
29
git_repository(
30
30
name="graknlabs_common",
31
31
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
33
33
)
34
34
35
35
defgraknlabs_graql():
36
36
git_repository(
37
37
name="graknlabs_graql",
38
38
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
40
40
)
41
41
42
42
defgraknlabs_grakn_core():
@@ -50,7 +50,7 @@ def graknlabs_protocol():
50
50
git_repository(
51
51
name="graknlabs_protocol",
52
52
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
0 commit comments