Skip to content

Commit 6710523

Browse files
committed
Fix Bzlmod protoc toolchains example in README.md
I'd inadvertently copied the `WORKSPACE` example instead of the `MODULE.bazel` example from the `scala/extensions/protoc.bzl` docstring.
1 parent 50a6ae2 commit 6710523

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,8 @@ the remote execution platform is Linux running on an x86 processor.
406406
```py
407407
# MODULE.bazel
408408

409-
scala_protoc_toolchains(
410-
name = "rules_scala_protoc_toolchains",
409+
scala_protoc.toolchains(
411410
platforms = ["linux-x86_64"],
412-
dev_dependency = True,
413411
)
414412
```
415413

0 commit comments

Comments
 (0)