Skip to content

Commit 70a8c93

Browse files
chore(deps): update dependency io_bazel_stardoc to v0.5.6 (#138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d023c4b commit 70a8c93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ def internal_dependencies():
2525
maybe(
2626
http_archive,
2727
name = "io_bazel_stardoc",
28-
sha256 = "3fd8fec4ddec3c670bd810904e2e33170bedfe12f90adf943508184be458c8bb",
28+
sha256 = "dfbc364aaec143df5e6c52faf1f1166775a5b4408243f445f44b661cfdc3134f",
2929
urls = [
30-
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
31-
"https://github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
30+
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.6/stardoc-0.5.6.tar.gz",
31+
"https://github.com/bazelbuild/stardoc/releases/download/0.5.6/stardoc-0.5.6.tar.gz",
3232
],
3333
)
3434

0 commit comments

Comments
 (0)