Skip to content

Commit

Permalink
chore(deps): update dependency aspect_bazel_lib to v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 17, 2023
1 parent 4a03b37 commit 07896f9
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 = "5829c55a2400cdfbbdeeaf562bce947361d31c7cab13d56f12c34d781b6c0344",
strip_prefix = "bazel-lib-1.24.1",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.24.1.tar.gz",
sha256 = "d2a71e1e39961535db2f9164c7a588cff1a86938564634532062ed3a3cf307b3",
strip_prefix = "bazel-lib-1.25.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.25.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 = "5829c55a2400cdfbbdeeaf562bce947361d31c7cab13d56f12c34d781b6c0344",
strip_prefix = "bazel-lib-1.24.1",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.24.1.tar.gz",
sha256 = "d2a71e1e39961535db2f9164c7a588cff1a86938564634532062ed3a3cf307b3",
strip_prefix = "bazel-lib-1.25.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.25.0.tar.gz",
)

maybe(
Expand Down

0 comments on commit 07896f9

Please sign in to comment.