Skip to content

Commit

Permalink
build(deps): Bump dependency rules_proto_grpc to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 948b7fb commit 8a581f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS", "IO
# https://rules-proto-grpc.com/en/latest/#installation
http_archive(
name = "rules_proto_grpc",
sha256 = "2a0860a336ae836b54671cbbe0710eec17c64ef70c4c5a88ccfd47ea6e3739bd",
strip_prefix = "rules_proto_grpc-4.6.0",
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/4.6.0/rules_proto_grpc-4.6.0.tar.gz"],
sha256 = "38a51a3183dffa5323bbf07b7d5473fa1f06707cf59607888f36cb735ab39cd8",
strip_prefix = "rules_proto_grpc-5.0.1",
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/5.0.1/rules_proto_grpc-5.0.1.tar.gz"],
)

load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_repos", "rules_proto_grpc_toolchains")
Expand Down

0 comments on commit 8a581f4

Please sign in to comment.