Skip to content

Commit 7bc0b0e

Browse files
chore(deps): update dependency bazel_features to v1.37.0
1 parent 6cd1d1f commit 7bc0b0e

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
@@ -21,9 +21,9 @@ aspect_bazel_lib_register_toolchains()
2121

2222
http_archive(
2323
name = "bazel_features",
24-
sha256 = "07bd2b18764cdee1e0d6ff42c9c0a6111ffcbd0c17f0de38e7f44f1519d1c0cd",
25-
strip_prefix = "bazel_features-1.32.0",
26-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.32.0/bazel_features-v1.32.0.tar.gz",
24+
sha256 = "adc8ddf121917f197f75c5245dfa8d7b1619f10a1002e25062b093b7957f2798",
25+
strip_prefix = "bazel_features-1.37.0",
26+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.37.0/bazel_features-v1.37.0.tar.gz",
2727
)
2828

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

0 commit comments

Comments
 (0)