Skip to content

Commit

Permalink
Adjust mima
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 26, 2025
1 parent c83b738 commit 0e9a4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
s
}

val previousVersion: Option[String] = Some("8.0.0")
val previousVersion: Option[String] = Some("8.3.0")

lazy val mimaSettings = Seq(
mimaPreviousArtifacts := previousVersion.map(organization.value %% moduleName.value % _).toSet,
mimaBinaryIssueFilters ++= Seq(
ProblemFilters.exclude[ReversedMissingMethodProblem]("play.db.ebean.EbeanConfig.generateEvolutionsScripts"),
ProblemFilters.exclude[MissingTypesProblem]("play.db.ebean.DefaultEbeanConfig$EbeanConfigParser"),
)
)

Expand Down

0 comments on commit 0e9a4fc

Please sign in to comment.