From dec3204175104cef49bf21d685d5517caaf0058f Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 21 May 2020 10:00:47 -0700 Subject: [PATCH] Upgrade protoc-docs-plugin version to 0.7.0 to fix unstable docstrings. PiperOrigin-RevId: 312689208 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a5387b78..23ba93d7 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -186,8 +186,8 @@ py_gapic_repositories() http_archive( name = "protoc_docs_plugin", - strip_prefix = "protoc-docs-plugin-b2502d56b5ec2d47e063976da773206af295362d", - urls = ["https://github.com/googleapis/protoc-docs-plugin/archive/b2502d56b5ec2d47e063976da773206af295362d.zip"], + strip_prefix = "protoc-docs-plugin-074aa05203b5f1b87df4986671855e7a4b153c2d", + urls = ["https://github.com/googleapis/protoc-docs-plugin/archive/074aa05203b5f1b87df4986671855e7a4b153c2d.zip"], ) load(