He-Pin opened a new pull request, #165:
URL: https://github.com/apache/pekko-samples/pull/165

   ### Motivation
   Let Scala 3 Community build compile pekko-samples.
   
   ### Modification
   Update `.scalafmt.conf` dialect to `scala213source3` and enable Scala 3 
syntax rewrite rules (`rewrite.scala3.convertToNewSyntax`), then reformat all 
sources. Key changes:
   - Wildcard type `_` → `?` (e.g. `Class[_]` → `Class[?]`)
   
   ### Result
   Code is compatible with Scala 3 compiler when built with the community build.
   
   ### Tests
   Not run - formatting only
   
   ### References
   Refs apache/pekko#3048


-- 
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]

Reply via email to