We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6831ce3 commit 18256ccCopy full SHA for 18256cc
repositories.bzl
@@ -39,9 +39,9 @@ def rules_nodejs_dev_dependencies():
39
40
http_archive(
41
name = "bazel_lib",
42
- sha256 = "fd0fe4df9b6b7837d5fd765c04ffcea462530a08b3d98627fb6be62a693f4e12",
43
- strip_prefix = "bazel-lib-3.1.0",
44
- url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.1.0/bazel-lib-v3.1.0.tar.gz",
+ sha256 = "06cbcd5b98af3f530d20b505a89fb6761f09950b780cdd7726df42ee84b49d04",
+ strip_prefix = "bazel-lib-3.1.1",
+ url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.1.1/bazel-lib-v3.1.1.tar.gz",
45
)
46
47
0 commit comments