From 84ff673b884bd0016d557933a4b4f06c28a4ce7a Mon Sep 17 00:00:00 2001 From: Krishnan Govindraj Date: Thu, 21 Mar 2024 19:26:01 +0000 Subject: [PATCH] Bump dependencies --- distribution/deps.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/deps.bzl b/distribution/deps.bzl index 33f8e33b..a58857ba 100644 --- a/distribution/deps.bzl +++ b/distribution/deps.bzl @@ -21,5 +21,5 @@ def vaticle_bazel_distribution(): git_repository( name = "vaticle_bazel_distribution", remote = "https://github.com/vaticle/bazel-distribution", - commit = "c473d17530dff5a4398d2de9c9fe966df9aca4ce" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_bazel_distribution + commit = "fbec2a325fa7afa5125d80846218dcb8e4f57e2f" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_bazel_distribution )