Skip to content

Commit 0e9a4fc

Browse files
committed
Adjust mima
1 parent c83b738 commit 0e9a4fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
1818
s
1919
}
2020

21-
val previousVersion: Option[String] = Some("8.0.0")
21+
val previousVersion: Option[String] = Some("8.3.0")
2222

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"),
26+
ProblemFilters.exclude[MissingTypesProblem]("play.db.ebean.DefaultEbeanConfig$EbeanConfigParser"),
2727
)
2828
)
2929

0 commit comments

Comments
 (0)