Skip to content

Commit 623dcf5

Browse files
Google APIscopybara-github
authored andcommitted
chore(bazel): update rules_gapic to v0.23.1 for build_gen
PiperOrigin-RevId: 516618143
1 parent 318ec90 commit 623dcf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ rules_proto_toolchains()
111111
# rules_gapic also depends on rules_go, so it must come after our own dependency on rules_go.
112112
# It must also come before gapic-generator-go so as to ensure that it does not bring in an old
113113
# version of rules_gapic.
114-
_rules_gapic_version = "0.23.0"
114+
_rules_gapic_version = "0.23.1"
115115

116-
_rules_gapic_sha256 = "6ee061acd6de5eeeeea484f88770760eb74f09095e953d283b4494d76492610e"
116+
_rules_gapic_sha256 = "cda71a5e50daa31bdf7c1bbc9196cea21adb3daea97e2a28dc9569f03c2a4f52"
117117

118118
http_archive(
119119
name = "rules_gapic",

0 commit comments

Comments
 (0)