Skip to content

Commit ee65916

Browse files
mkurzmergify[bot]
authored andcommitted
Add MiMa filters
(cherry picked from commit f5a5e22)
1 parent c9e8a83 commit ee65916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ val previousVersion: Option[String] = Some("7.0.0")
2323
lazy val mimaSettings = Seq(
2424
mimaPreviousArtifacts := previousVersion.map(organization.value %% moduleName.value % _).toSet,
2525
mimaBinaryIssueFilters ++= Seq(
26+
ProblemFilters.exclude[ReversedMissingMethodProblem]("play.db.ebean.EbeanConfig.generateEvolutionsScripts"),
2627
)
2728
)
2829

0 commit comments

Comments
 (0)