Skip to content

Commit

Permalink
Seems MiMa learned this meanwhile ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Aug 17, 2023
1 parent 57f55ef commit 831920a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ 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 831920a

Please sign in to comment.