Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed May 8, 2024
1 parent 182202c commit 10797ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def pekkoConnectorProject(projectId: String,
licenses := List(License.Apache2),
AutomaticModuleName.settings(s"pekko.stream.connectors.$moduleName"),
mimaPreviousArtifacts := {
if (moduleName == "slick" || moduleName == "couchbase3" || moduleName == "aws-spi-pekko-http") {
if (moduleName == "slick" || moduleName == "couchbase3" || moduleName == "aws.api.pekko.http") {
Set.empty
} else {
Set(organization.value %% name.value % mimaCompareVersion)
Expand Down

0 comments on commit 10797ae

Please sign in to comment.