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
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,7 +29,7 @@ def graknlabs_common():
29
29
git_repository(
30
30
name="graknlabs_common",
31
31
remote="https://github.com/graknlabs/common",
32
-
tag="0.2.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
32
+
tag="0.2.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
33
33
)
34
34
35
35
defgraknlabs_graql():
@@ -50,12 +50,12 @@ def graknlabs_protocol():
50
50
git_repository(
51
51
name="graknlabs_protocol",
52
52
remote="https://github.com/graknlabs/protocol",
53
-
commit="1a0dfaa4f3a60256aeb749679bf135f3a831242f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
53
+
commit="1.0.4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
commit="a3ef9b764d55e818d708292ebcf050ac8fe5eb6a", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
60
+
commit="1.6.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
0 commit comments