You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Already did this for `test/TestServer.scala` as part of the gRPC bump.
`test_version/version_specific_tests_dir/TestServer.scala` gets the same
treatment now to fix `test_scala_version 2.11.12` from
`test_version.sh`, which failed with:
```
ERROR: .../test_version/test_scala_version_1731027515/BUILD:161:14:
scala @//:lib_with_scala_proto_dep failed: (Exit 1): scalac failed:
error executing command (from target //:lib_with_scala_proto_dep)
bazel-out/.../bin/external/io_bazel_rules_scala/src/java/io/bazel/rulesscala/scalac/scalac
@bazel-out/.../bin/lib_with_scala_proto_dep.jar-0.params
TestServer.scala:70: error: too many arguments for method usePlaintext: ()?0
val channel = ManagedChannelBuilder.forAddress(host, port).usePlaintext(true).build
^
```
0 commit comments