Skip to content

Commit

Permalink
chore(deps): update dependency aspect_bazel_lib to v1.28.0 (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 6, 2023
1 parent 7e9e62a commit 84417c7
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 = "dce068f085e9eabfec6d795caaabdbbe4a73550810f3cae3035aff7162e42b3c",
strip_prefix = "bazel-lib-1.26.2",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.26.2.tar.gz",
sha256 = "2518c757715d4f5fc7cc7e0a68742dd1155eaafc78fb9196b8a18e13a738cea2",
strip_prefix = "bazel-lib-1.28.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.28.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 = "dce068f085e9eabfec6d795caaabdbbe4a73550810f3cae3035aff7162e42b3c",
strip_prefix = "bazel-lib-1.26.2",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.26.2.tar.gz",
sha256 = "2518c757715d4f5fc7cc7e0a68742dd1155eaafc78fb9196b8a18e13a738cea2",
strip_prefix = "bazel-lib-1.28.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.28.0.tar.gz",
)

maybe(
Expand Down

0 comments on commit 84417c7

Please sign in to comment.