Skip to content

Commit afa293a

Browse files
guwalexeagle
authored andcommitted
Fix and run //docs:update
1 parent 1bcf009 commit afa293a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ bazel_dep(name = "bazel_lib", version = "3.0.0-beta.1")
1010
bazel_dep(name = "bazel_skylib", version = "1.4.1")
1111
bazel_dep(name = "platforms", version = "0.0.5")
1212

13+
# workaround for https://github.com/bazelbuild/bazel/issues/25124
14+
bazel_dep(name = "zlib", version = "1.3.1.bcr.6", dev_dependency = True)
15+
1316
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
1417

1518
# Note, this gets the default version of Node.js from

0 commit comments

Comments
 (0)