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 c83b738 commit 0e9a4fcCopy full SHA for 0e9a4fc
1 file changed
build.sbt
@@ -18,12 +18,12 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
18
s
19
}
20
21
-val previousVersion: Option[String] = Some("8.0.0")
+val previousVersion: Option[String] = Some("8.3.0")
22
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"),
+ ProblemFilters.exclude[MissingTypesProblem]("play.db.ebean.DefaultEbeanConfig$EbeanConfigParser"),
27
)
28
29
0 commit comments