Skip to content

Commit 42c68d7

Browse files
Update dependency bazel_features to v1.36.0
1 parent 42bb670 commit 42c68d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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_features",
11-
sha256 = "07bd2b18764cdee1e0d6ff42c9c0a6111ffcbd0c17f0de38e7f44f1519d1c0cd",
12-
strip_prefix = "bazel_features-1.32.0",
13-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.32.0/bazel_features-v1.32.0.tar.gz",
11+
sha256 = "9390b391a68d3b24aef7966bce8556d28003fe3f022a5008efc7807e8acaaf1a",
12+
strip_prefix = "bazel_features-1.36.0",
13+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.36.0/bazel_features-v1.36.0.tar.gz",
1414
)
1515

1616
load("@bazel_features//:deps.bzl", "bazel_features_deps")

0 commit comments

Comments
 (0)