We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36bf3b commit 02f89f4Copy full SHA for 02f89f4
repositories.bzl
@@ -39,9 +39,9 @@ def rules_nodejs_dev_dependencies():
39
40
http_archive(
41
name = "bazel_lib",
42
- sha256 = "8b074b1a2731d29f6b95defdca95297354dc424492caf7019cf6b9f36afba54f",
43
- strip_prefix = "bazel-lib-3.0.1",
44
- url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.0.1/bazel-lib-v3.0.1.tar.gz",
+ sha256 = "fd0fe4df9b6b7837d5fd765c04ffcea462530a08b3d98627fb6be62a693f4e12",
+ strip_prefix = "bazel-lib-3.1.0",
+ url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.1.0/bazel-lib-v3.1.0.tar.gz",
45
)
46
47
0 commit comments