Skip to content

Commit

Permalink
chore(deps): update dependency rules_proto to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and johanbrandhorst committed Nov 12, 2024
1 parent 36336f8 commit 19c85f7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ bazel_skylib_workspace()

http_archive(
name = "rules_proto",
sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295",
strip_prefix = "rules_proto-6.0.2",
sha256 = "33e496a2b3fe925d5247d848535cb0371890f3e9514a13fd79b0ac9a60a5fc41",
strip_prefix = "rules_proto-7.0.1",
urls = [
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/6.0.2.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.1.tar.gz",
],
)

Expand All @@ -85,6 +85,10 @@ load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")

rules_proto_toolchains()

load("@rules_proto//proto:setup.bzl", "rules_proto_setup")

rules_proto_setup()

http_archive(
name = "io_bazel_rules_go",
sha256 = "f4a9314518ca6acfa16cc4ab43b0b8ce1e4ea64b81c38d8a3772883f153346b8",
Expand Down

0 comments on commit 19c85f7

Please sign in to comment.