Skip to content

Commit 086496c

Browse files
angular-robotclydin
authored andcommitted
build: update dependency aspect_bazel_lib to v2.8.0
1 parent a7f466a commit 086496c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ yarn_install(
131131

132132
http_archive(
133133
name = "aspect_bazel_lib",
134-
sha256 = "c780120ab99a4ca9daac69911eb06434b297214743ee7e0a1f1298353ef686db",
135-
strip_prefix = "bazel-lib-2.7.9",
136-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.9/bazel-lib-v2.7.9.tar.gz",
134+
sha256 = "cea19e6d8322fb212f155acb58d1590f632e53abde7f1be5f0a086a93cf4c9f4",
135+
strip_prefix = "bazel-lib-2.8.0",
136+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.8.0/bazel-lib-v2.8.0.tar.gz",
137137
)
138138

139139
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

0 commit comments

Comments
 (0)