Skip to content

Commit

Permalink
MiMa filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Aug 16, 2023
1 parent ddee4d6 commit f8c18e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ object BuildSettings {
ProblemFilters.exclude[IncompatibleResultTypeProblem](
"play.api.db.evolutions.Evolutions.updateEvolutionScript$default$3"
),
// Changed params of the PlayRequestHandler constructor, which is private[play] anyway
ProblemFilters.exclude[DirectMissingMethodProblem]("play.core.server.netty.PlayRequestHandler.this"),
),
(Compile / unmanagedSourceDirectories) += {
val suffix = CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit f8c18e0

Please sign in to comment.