Files
adminandGitHub c0c0f96e25 update grpc and scalapb (#3693)
* with the unapply fixes

* a bunch of pattern match fixes

* fixed most of the failures

* it runs

* fix a couple of tests

* all tests build

* got some tests passing

* all tests passing

* dead code

* more comments

* another

* dead code

* a couple unnecessary ones

* cleanup

* remove guava dep
2024-09-14 08:35:16 -07:00

13 lines
312 B
Python

def scala_register_toolchains():
native.register_toolchains(
"//tools:unused_dependency_checker_error_and_opts_toolchain",
)
native.register_toolchains(
"//tools:custom_scalapb_deps_toolchain",
)
native.register_toolchains(
"//tools:custom_scalapb_toolchain",
)