scalapb / zio-grpc

ScalaPB meets ZIO: write purely functional gRPC services and clients using ZIO
Apache License 2.0
259 stars 82 forks source link

Don't use private[this] in generated code #615

Closed ghostdogpr closed 5 months ago

ghostdogpr commented 5 months ago

private[this] was dropped from Scala 3: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html and it started generating warnings about the generated code with Scala 3.4.