Skip to content

Commit 1846617

Browse files
Google APIscopybara-github
authored andcommitted
fix: use protoc-docs-plugin 0.8.0
Fixes issue with missing newline before 'Attributes' in Python docstrings. PiperOrigin-RevId: 316182409
1 parent e176585 commit 1846617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ py_gapic_repositories()
195195

196196
http_archive(
197197
name = "protoc_docs_plugin",
198-
strip_prefix = "protoc-docs-plugin-074aa05203b5f1b87df4986671855e7a4b153c2d",
199-
urls = ["https://github.com/googleapis/protoc-docs-plugin/archive/074aa05203b5f1b87df4986671855e7a4b153c2d.zip"],
198+
strip_prefix = "protoc-docs-plugin-2bdf14e394bbaa44b81286b1a19c5f229b51c667",
199+
urls = ["https://github.com/googleapis/protoc-docs-plugin/archive/2bdf14e394bbaa44b81286b1a19c5f229b51c667.zip"],
200200
)
201201

202202
load(

0 commit comments

Comments
 (0)