Skip to content

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 454027580
  • Loading branch information
Google APIs authored and copybara-github committed Jun 9, 2022
1 parent f296ef5 commit 1b22277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ load("@com_googleapis_gapic_generator_go//:repositories.bzl", "com_googleapis_ga
com_googleapis_gapic_generator_go_repositories()

# rules_gapic also depends on rules_go, so it must come after our own dependency on rules_go.
_rules_gapic_version = "0.12.1"
_rules_gapic_version = "0.13.0"

_rules_gapic_sha256 = "6638f042d67ec145c62e7cad81b6c76d0e3d1c916fd995ab813a006ccb168bd5"
_rules_gapic_sha256 = "1ebbd74b064697f4ff01d8f59764ba8431d52673f48f636be6b135b6da640b8e"

http_archive(
name = "rules_gapic",
Expand Down Expand Up @@ -236,7 +236,7 @@ grpc_java_repositories()

# Java microgenerator.
# Must go AFTER java-gax, since both java gax and gapic-generator are written in java and may conflict.
_gapic_generator_java_version = "2.8.0"
_gapic_generator_java_version = "2.8.1"

http_archive(
name = "gapic_generator_java",
Expand Down

0 comments on commit 1b22277

Please sign in to comment.