Skip to content

Commit

Permalink
chore(deps): update dependency aspect_bazel_lib to v1.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2024
1 parent e2a3469 commit 6d6b744
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 = "d488d8ecca98a4042442a4ae5f1ab0b614f896c0ebf6e3eafff363bcc51c6e62",
strip_prefix = "bazel-lib-1.33.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.33.0.tar.gz",
sha256 = "4b96998fe462e25a71de33cae9da75e7f38471a21e93054facdddd9f42c9bd77",
strip_prefix = "bazel-lib-1.39.1",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.39.1.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 = "d488d8ecca98a4042442a4ae5f1ab0b614f896c0ebf6e3eafff363bcc51c6e62",
strip_prefix = "bazel-lib-1.33.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.33.0.tar.gz",
sha256 = "4b96998fe462e25a71de33cae9da75e7f38471a21e93054facdddd9f42c9bd77",
strip_prefix = "bazel-lib-1.39.1",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.39.1.tar.gz",
)

maybe(
Expand Down

0 comments on commit 6d6b744

Please sign in to comment.