Skip to content

Commit 46daaef

Browse files
author
Ganeshwara Hananda
authored
Update graql and protocol to the release versions
1 parent 2e153fb commit 46daaef

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,7 +23,7 @@ def graknlabs_graql():
2323
git_repository(
2424
name = "graknlabs_graql",
2525
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
2727
)
2828

2929
def graknlabs_common():
@@ -51,7 +51,7 @@ def graknlabs_protocol():
5151
git_repository(
5252
name = "graknlabs_protocol",
5353
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
5555
)
5656

5757
def graknlabs_behaviour():

0 commit comments

Comments
 (0)