Skip to content

Commit

Permalink
chore(deps): update dependency aspect_bazel_lib to v1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2023
1 parent 4bd1f94 commit c542c0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions internal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def internal_dependencies():
maybe(
http_archive,
name = "aspect_bazel_lib",
sha256 = "ee95bbc80f9ca219b93a8cc49fa19a2d4aa8649ddc9024f46abcdd33935753ca",
strip_prefix = "bazel-lib-1.29.2",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.29.2.tar.gz",
sha256 = "800c49c2a3d3dfe8d17e4f6ec05db195b4eee7f2b098f20f67023d883b587306",
strip_prefix = "bazel-lib-1.31.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.31.0.tar.gz",
)

maybe(
Expand Down
6 changes: 3 additions & 3 deletions toolchain/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ def gcc_toolchain_dependencies():
maybe(
http_archive,
name = "aspect_bazel_lib",
sha256 = "ee95bbc80f9ca219b93a8cc49fa19a2d4aa8649ddc9024f46abcdd33935753ca",
strip_prefix = "bazel-lib-1.29.2",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.29.2.tar.gz",
sha256 = "800c49c2a3d3dfe8d17e4f6ec05db195b4eee7f2b098f20f67023d883b587306",
strip_prefix = "bazel-lib-1.31.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.31.0.tar.gz",
)

maybe(
Expand Down

0 comments on commit c542c0d

Please sign in to comment.