Skip to content

Commit 7077ca7

Browse files
author
Ganeshwara Hananda
authored
Update @graknlabs_common and @graknlabs_graql
1 parent 0e36ba4 commit 7077ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/graknlabs/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ def graknlabs_graql():
2323
git_repository(
2424
name = "graknlabs_graql",
2525
remote = "https://github.com/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
26+
tag = "2.0.0-alpha-5" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
2727
)
2828

2929
def graknlabs_common():
3030
git_repository(
3131
name = "graknlabs_common",
3232
remote = "https://github.com/graknlabs/common",
33-
tag = "2.0.0-alpha-4" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
33+
tag = "2.0.0-alpha-6" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
3434
)
3535

3636
def graknlabs_bazel_distribution():

0 commit comments

Comments
 (0)