Skip to content

Commit 6e117d0

Browse files
chore(deps): update dependency io_bazel_stardoc to v0.8.0 (#278)
1 parent bf986c2 commit 6e117d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/WORKSPACE.bazel

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1313

1414
http_archive(
1515
name = "io_bazel_stardoc",
16-
sha256 = "dd7f32f4fe2537ce2452c51f816a5962d48888a5b07de2c195f3b3da86c545d3",
16+
sha256 = "ca933f39f2a6e0ad392fa91fd662545afcbd36c05c62365538385d35a0323096",
1717
urls = [
18-
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.7.0/stardoc-0.7.0.tar.gz",
19-
"https://github.com/bazelbuild/stardoc/releases/download/0.7.0/stardoc-0.7.0.tar.gz",
18+
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.8.0/stardoc-0.8.0.tar.gz",
19+
"https://github.com/bazelbuild/stardoc/releases/download/0.8.0/stardoc-0.8.0.tar.gz",
2020
],
2121
)
2222

0 commit comments

Comments
 (0)