Skip to content

Commit be8b424

Browse files
Update dependency bazel_features to v1.35.0
1 parent 42bb670 commit be8b424

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 = "06a9691becc357c1e4af011b9fb3239097503ce00607d9eb6b11ea0fac304039",
12+
strip_prefix = "bazel_features-1.35.0",
13+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.35.0/bazel_features-v1.35.0.tar.gz",
1414
)
1515

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

0 commit comments

Comments
 (0)