Skip to content

Commit 0ac75d3

Browse files
authored
docs - use external deps toolchain type (#1260)
1 parent 772cdc6 commit 0ac75d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scala_proto_library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ scala_proto_deps_toolchain(
8686
toolchain(
8787
name = "default_deps_toolchain",
8888
toolchain = ":default_deps_toolchain_impl",
89-
toolchain_type = ":deps_toolchain_type",
89+
toolchain_type = "@io_bazel_rules_scala//scala_proto:deps_toolchain_type",
9090
)
9191

9292
declare_deps_provider(

0 commit comments

Comments
 (0)