We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890a0b9 commit b563eaaCopy full SHA for b563eaa
internal_deps.bzl
@@ -28,6 +28,6 @@ def rules_cdk_internal_deps():
28
29
http_archive(
30
name = "io_bazel_stardoc",
31
- sha256 = "62bd2e60216b7a6fec3ac79341aa201e0956477e7c8f6ccc286f279ad1d96432",
32
- urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz"],
+ sha256 = "0e1ed4a98f26e718776bd64d053d02bb34d98572ccd03d6ba355112a1205706b",
+ urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.7.2/stardoc-0.7.2.tar.gz"],
33
)
0 commit comments