We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735ace2 commit 48f7d80Copy full SHA for 48f7d80
dependencies/graknlabs/repositories.bzl
@@ -23,7 +23,7 @@ def graknlabs_graql():
23
git_repository(
24
name = "graknlabs_graql",
25
remote = "https://github.com/graknlabs/graql",
26
- tag = "2.0.0-alpha-2" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
+ tag = "2.0.0-alpha-3" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
27
)
28
29
def graknlabs_common():
0 commit comments