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 6, 2024
1 parent c6e5afe commit c3b4ccf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,20 @@ bazel_skylib_workspace()

http_archive(
name = "rules_proto",
sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295",
strip_prefix = "rules_proto-6.0.2",
sha256 = "8e195dbb6a505ca4c7aafa6b7cffa47fe49a261b27a342053cfb2b973cc4aa12",
strip_prefix = "rules_proto-7.0.0",
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.0.tar.gz",
],
)

load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")

rules_proto_dependencies()

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

rules_proto_toolchains()
rules_proto_setup()

http_archive(
name = "io_bazel_rules_go",
Expand Down

0 comments on commit c3b4ccf

Please sign in to comment.