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/repositories.bzl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ def graknlabs_graql():
23
23
git_repository(
24
24
name="graknlabs_graql",
25
25
remote="https://github.com/graknlabs/graql",
26
-
tag="2.0.0-alpha-3"# sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
26
+
tag="2.0.0-alpha-4"# sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
27
27
)
28
28
29
29
defgraknlabs_common():
@@ -51,7 +51,7 @@ def graknlabs_protocol():
51
51
git_repository(
52
52
name="graknlabs_protocol",
53
53
remote="https://github.com/graknlabs/protocol",
54
-
commit="dd72ce607c0c3ed91b93f5625afbce6033e82eb7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
54
+
tag="2.0.0-alpha-6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
0 commit comments