We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e8a83 commit ee65916Copy full SHA for ee65916
build.sbt
@@ -23,6 +23,7 @@ val previousVersion: Option[String] = Some("7.0.0")
23
lazy val mimaSettings = Seq(
24
mimaPreviousArtifacts := previousVersion.map(organization.value %% moduleName.value % _).toSet,
25
mimaBinaryIssueFilters ++= Seq(
26
+ ProblemFilters.exclude[ReversedMissingMethodProblem]("play.db.ebean.EbeanConfig.generateEvolutionsScripts"),
27
)
28
29
0 commit comments