Skip to content

Commit

Permalink
Add MiMa filters
Browse files Browse the repository at this point in the history
(cherry picked from commit f5a5e22)
  • Loading branch information
mkurz authored and mergify[bot] committed Jan 16, 2024
1 parent c9e8a83 commit ee65916
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 @@ -23,6 +23,7 @@ val previousVersion: Option[String] = Some("7.0.0")
lazy val mimaSettings = Seq(
mimaPreviousArtifacts := previousVersion.map(organization.value %% moduleName.value % _).toSet,
mimaBinaryIssueFilters ++= Seq(
ProblemFilters.exclude[ReversedMissingMethodProblem]("play.db.ebean.EbeanConfig.generateEvolutionsScripts"),
)
)

Expand Down

0 comments on commit ee65916

Please sign in to comment.