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 )