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 f938141 commit b757df9Copy full SHA for b757df9
docs/scala_proto_library.md
@@ -5,7 +5,10 @@ which adds a few dependencies needed for ScalaPB:
5
6
```starlark
7
load("@io_bazel_rules_scala//scala_proto:scala_proto.bzl", "scala_proto_repositories")
8
-scala_proto_repositories()
+scala_proto_repositories()
9
+
10
+load("@io_bazel_rules_scala//scala_proto:toolchains.bzl", "scala_proto_register_toolchains")
11
+scala_proto_register_toolchains()
12
```
13
14
Then you can import `scala_proto_library` in any `BUILD` file like this:
0 commit comments