Skip to content

Commit 8935b3a

Browse files
chore(deps): update dependency bazel_features to v1.47.1
1 parent ccd93bd commit 8935b3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WORKSPACE.bazel

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

1010
http_archive(
1111
name = "bazel_features",
12-
sha256 = "966c211ec42c4deb2af4c6dd6948408100b752f61753c97055bdac9bfb5cc0c7",
13-
strip_prefix = "bazel_features-1.41.0",
14-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.41.0/bazel_features-v1.41.0.tar.gz",
12+
sha256 = "6a727a78c0134b1b912c97c0937e1c956f35775934ae3e1f4af4156f8d5d1ff4",
13+
strip_prefix = "bazel_features-1.47.1",
14+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.47.1/bazel_features-v1.47.1.tar.gz",
1515
)
1616

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

0 commit comments

Comments
 (0)