From 5e97d86cca0783c23d71658828ce4ce95fb4d481 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Fri, 17 Mar 2023 22:29:21 -0700 Subject: [PATCH] Bumps `@aspect_bazel_lib` dependency to current latest version (`1.29.2`). --- WORKSPACE.bazel | 6 +++--- examples/external/WORKSPACE.bazel | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 411b81b6..4cce7d4b 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -17,9 +17,9 @@ bazel_skylib_workspace() # Load `@aspect_bazel_lib`. http_archive( name = "aspect_bazel_lib", - sha256 = "79623d656aa23ad3fd4692ab99786c613cd36e49f5566469ed97bc9b4c655f03", - strip_prefix = "bazel-lib-1.23.3", - url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.23.3.tar.gz", + sha256 = "ee95bbc80f9ca219b93a8cc49fa19a2d4aa8649ddc9024f46abcdd33935753ca", + strip_prefix = "bazel-lib-1.29.2", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.29.2/bazel-lib-v1.29.2.tar.gz", ) load( "@aspect_bazel_lib//lib:repositories.bzl", diff --git a/examples/external/WORKSPACE.bazel b/examples/external/WORKSPACE.bazel index 6bb5e7fd..9f803189 100644 --- a/examples/external/WORKSPACE.bazel +++ b/examples/external/WORKSPACE.bazel @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "aspect_bazel_lib", - sha256 = "79623d656aa23ad3fd4692ab99786c613cd36e49f5566469ed97bc9b4c655f03", - strip_prefix = "bazel-lib-1.23.3", - url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.23.3.tar.gz", + sha256 = "ee95bbc80f9ca219b93a8cc49fa19a2d4aa8649ddc9024f46abcdd33935753ca", + strip_prefix = "bazel-lib-1.29.2", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.29.2/bazel-lib-v1.29.2.tar.gz", ) load( "@aspect_bazel_lib//lib:repositories.bzl",