diff --git a/dependencies/graknlabs/repositories.bzl b/dependencies/graknlabs/repositories.bzl index 955ccdaafb..7b57e94fab 100644 --- a/dependencies/graknlabs/repositories.bzl +++ b/dependencies/graknlabs/repositories.bzl @@ -30,7 +30,7 @@ def graknlabs_common(): git_repository( name = "graknlabs_common", remote = "https://github.com/graknlabs/common", - tag = "2.0.0-alpha" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common + tag = "2.0.0-alpha-3" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common ) def graknlabs_bazel_distribution():