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
e2e-grpc/target/jvm-3/src_managed/main/com/thesamet/proto/e2e/service/Service1Grpc.scala:271:12
[warn] 271 | executionContext)
[warn] | ^^^^^^^^^^^^^^^^
[warn] |Implicit parameters should be provided with a `using` clause.
[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
[warn] |To disable the warning, please use the following option:
[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
compile with latest Scala 3.7 NIGHTLY
3.7.0-RC1-bin-20250215-43f8cdb-NIGHTLY
I think we should add
using
inGrpcServicePrinter
ifscala3_sources
ScalaPB/compiler-plugin/src/main/scala/scalapb/compiler/GrpcServicePrinter.scala
Lines 247 to 250 in 261376f
The text was updated successfully, but these errors were encountered: