Skip to content

Commit

Permalink
Add missing dependencies (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mering authored Jun 3, 2024
1 parent da74418 commit 9f688b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@
module(name = "protobuf-matchers")
bazel_dep(name = "protobuf", version = "23.1", repo_name = "com_google_protobuf")
bazel_dep(name = "googletest", version = "1.11.0", repo_name = "com_google_googletest")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_proto", version = "6.0.0")

0 comments on commit 9f688b0

Please sign in to comment.