He-Pin opened a new pull request, #527: URL: https://github.com/apache/pekko-projection/pull/527
### Motivation sbt lint reported 15 unused `mimaPreviousArtifacts` keys across sub-projects (bill-of-materials, cassandra-test, core-test, docs, examples, grpc, grpc-int-test, grpc-test, integration-examples, jdbc-int-test, kafka-test, projection, r2dbc-int-test, slick-int-test). ### Modification Add `mimaPreviousArtifacts` to `Global / excludeLintKeys` in `project/Common.scala`. ### Result sbt load no longer reports unused `mimaPreviousArtifacts` keys. ### Tests - `sbt "clean; compile"` - all mimaPreviousArtifacts lint warnings resolved ### References None - build configuration cleanup -- 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]
