From 72b6b77b74900354b8c6f1edee4f2c113be9448e Mon Sep 17 00:00:00 2001 From: Ganeshwara Hananda Date: Sun, 3 Jan 2021 16:04:47 +0000 Subject: [PATCH] Update @graknlabs_common --- dependencies/graknlabs/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():