pjfanning commented on PR #445: URL: https://github.com/apache/incubator-pekko/pull/445#issuecomment-1607898296
also Scala 3 compile issue -> https://github.com/apache/incubator-pekko/actions/runs/5379239855/jobs/9760373110?pr=445 needs to be `(instance: T) =>` -- you'll need to replace the `T` with the correct type. Don't use https://github.com/scala/scala-collection-compat. Try this ``` import org.apache.pekko import pekko.util.ccompat._ ``` ccompat is short for collection-compat. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
