We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890a0b9 commit 4a6a56fCopy full SHA for 4a6a56f
1 file changed
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 = "ab6b747b3164510547f7696c6e06921966ccec7e08d9b81ec60133c3b09d5e5e",
+ urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.8.1/stardoc-0.8.1.tar.gz"],
33
)
0 commit comments