Skip to content

Commit

Permalink
Improve mima
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Jan 8, 2024
1 parent 0ef6814 commit dca273b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def module(modName: String)(
case None => noPublishSettings
}
val mimaSettings = Seq(
mimaFailOnNoPrevious := false,
mimaPreviousArtifacts := mimaCompatibleWith.map { version =>
organization.value % s"${moduleName.value}_${scalaBinaryVersion.value}" % version
}
Expand Down

0 comments on commit dca273b

Please sign in to comment.