Skip to content

Commit

Permalink
Update WORKSPACE for rules_proto v6
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed May 9, 2024
1 parent 7dfe92f commit 053f899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WORKSPACE
Expand Up @@ -55,10 +55,12 @@ http_archive(
],
)

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

rules_proto_dependencies()

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

rules_proto_toolchains()

http_archive(
Expand Down

0 comments on commit 053f899

Please sign in to comment.