He-Pin opened a new issue, #573: URL: https://github.com/apache/incubator-pekko/issues/573
It's using and better to update to https://github.com/scalacenter/sbt-scalafix which integrated the OrganizeImports in newer version. >Important sort-imports does not (currently) take into account shadowing. It is a faily dumb sorter of imports. If your code is using shadowing, it may end up no longer compiling! If you run into this issue, consider using [liancheng/scalafix-organize-imports](https://github.com/liancheng/scalafix-organize-imports/), which implements a semantic rule. -- 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]
