mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-20 13:27:47 +02:00
chore(bazel): update rules_gapic to v0.12.1
Changes include: - build_gen includes service_yaml on py_gapic_library PiperOrigin-RevId: 442594351
This commit is contained in:
parent
5dcdea0805
commit
4923ca5809
1 changed files with 2 additions and 2 deletions
|
|
@ -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.0"
|
||||
_rules_gapic_version = "0.12.1"
|
||||
|
||||
_rules_gapic_sha256 = "b5953a97a2e10b72ce9376a20f8446a55a30823c2984c42e19da20efffb57858"
|
||||
_rules_gapic_sha256 = "6638f042d67ec145c62e7cad81b6c76d0e3d1c916fd995ab813a006ccb168bd5"
|
||||
|
||||
http_archive(
|
||||
name = "rules_gapic",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue