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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,14 @@ def graknlabs_common():
28
28
git_repository(
29
29
name="graknlabs_common",
30
30
remote="https://github.com/graknlabs/common",
31
-
commit="b364a7640585f54c81a0191d26ef75f3f608aea2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
31
+
tag="0.2.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
32
32
)
33
33
34
34
defgraknlabs_graql():
35
35
git_repository(
36
36
name="graknlabs_graql",
37
37
remote="https://github.com/graknlabs/graql",
38
-
commit="cfa8add6c3c71978c32b08a297d96ffd1d70ca98", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
38
+
tag="1.0.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
39
39
)
40
40
41
41
defgraknlabs_grakn_core():
@@ -49,14 +49,14 @@ def graknlabs_protocol():
49
49
git_repository(
50
50
name="graknlabs_protocol",
51
51
remote="https://github.com/graknlabs/protocol",
52
-
commit="ac4ca6a5cba91cd9a42c16b11738f1551cde4288", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
52
+
commit="1.0.5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
0 commit comments