Skip to content

Commit 44a72cf

Browse files
chore(deps): update dependency bazel_lib to v3.2.0
1 parent fe588e9 commit 44a72cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

e2e/smoke/WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
88

99
http_archive(
1010
name = "bazel_lib",
11-
sha256 = "6fd3b1e1a38ca744f9664be4627ced80895c7d2ee353891c172f1ab61309c933",
12-
strip_prefix = "bazel-lib-3.0.0",
13-
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.0.0/bazel-lib-v3.0.0.tar.gz",
11+
sha256 = "e733937de2f542436c5d3d618e22c638489b40dfd251284050357babe71103d7",
12+
strip_prefix = "bazel-lib-3.2.0",
13+
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.2.0/bazel-lib-v3.2.0.tar.gz",
1414
)
1515

1616
load("@bazel_lib//lib:repositories.bzl", "bazel_lib_dependencies", "bazel_lib_register_toolchains")

0 commit comments

Comments
 (0)