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 c54a39b commit f5a5e22Copy full SHA for f5a5e22
1 file changed
build.sbt
@@ -23,6 +23,7 @@ val previousVersion: Option[String] = Some("8.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