From 4000415afb68fa1d855cdf07f064b06bb9ec4970 Mon Sep 17 00:00:00 2001 From: grabl Date: Fri, 13 Sep 2019 09:47:52 +0000 Subject: [PATCH] //ci:sync-dependencies: graknlabs/build-tools@4d001c9 --- dependencies/graknlabs/dependencies.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/graknlabs/dependencies.bzl b/dependencies/graknlabs/dependencies.bzl index 8fe67ba3..581f40f5 100644 --- a/dependencies/graknlabs/dependencies.bzl +++ b/dependencies/graknlabs/dependencies.bzl @@ -22,5 +22,5 @@ def graknlabs_build_tools(): git_repository( name = "graknlabs_build_tools", remote = "https://github.com/graknlabs/build-tools", - commit = "fde614e8f01944e88fbb018de776a23f447a21bc", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools + commit = "4d001c9671732cefc1b11d66782802cd55c3111e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools )