We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b24e8b commit df7e4bbCopy full SHA for df7e4bb
README.md
@@ -860,7 +860,7 @@ to configure dependencies based on the provided generators and their options.
860
The new `scalapb_toolchain` convenience macro wraps `scala_proto_toolchain`
861
to provide the default [ScalaPB](https://scalapb.github.io/) implementation:
862
863
-.``py
+```py
864
load("//scala_proto:scala_proto_toolchain.bzl", "scalapb_toolchain")
865
866
scalapb_toolchain(
@@ -871,8 +871,7 @@ scalapb_toolchain(
871
],
872
visibility = ["//visibility:public"],
873
)
874
-.``
875
-
+```
876
877
### Removal of `bind()` aliases for `twitter_scrooge` dependencies
878
0 commit comments