Skip to content

Commit

Permalink
Add dependency on rules_proto (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic authored Oct 16, 2024
1 parent b6c20f4 commit bc4f647
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
module(
name = "engflowapis",
version = "2024.10.14",
version = "2024.10.16",
)

bazel_dep(
name = "rules_proto",
version = "6.0.2",
)

bazel_dep(
name = "protobuf",
version = "28.2",
repo_name = "com_google_protobuf",
)

bazel_dep(
name = "googleapis",
version = "0.0.0-20240819-fe8ba054a",
Expand Down

0 comments on commit bc4f647

Please sign in to comment.