pjfanning commented on code in PR #1649:
URL: https://github.com/apache/pekko-connectors/pull/1649#discussion_r3325210298
##########
build.sbt:
##########
@@ -525,7 +525,7 @@ def pekkoConnectorProject(projectId: String,
AutomaticModuleName.settings(s"pekko.stream.connectors.$moduleName"),
mimaPreviousArtifacts := {
if (noMimaChecks.contains(moduleName) ||
- (moduleName == "slick" && scalaVersion.value.startsWith("3"))) {
+ (moduleName == "mongodb" && scalaVersion.value.startsWith("3"))) {
Review Comment:
the old slick exclusion should have been removed ages ago but we need the
mongodb exclusion for scala3 because we have no previous release jar to compare
against
--
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]