feat: Use C# micro-generator v1.3.1

PiperOrigin-RevId: 332074649
This commit is contained in:
Google APIs 2020-09-16 13:23:34 -07:00 committed by Copybara-Service
parent f0d92d22e6
commit a07206ef5b
1 changed files with 2 additions and 2 deletions

View File

@ -326,8 +326,8 @@ http_archive(
http_archive(
name = "gapic_generator_csharp",
urls = ["https://github.com/googleapis/gapic-generator-csharp/archive/v1.2.0.zip"],
strip_prefix = "gapic-generator-csharp-1.2.0",
urls = ["https://github.com/googleapis/gapic-generator-csharp/archive/v1.3.1.zip"],
strip_prefix = "gapic-generator-csharp-1.3.1",
)
load("@gapic_generator_csharp//:repositories.bzl", "gapic_generator_csharp_repositories")