Skip to content

Commit

Permalink
MiMa filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 23, 2020
1 parent d5c45d3 commit eaf487e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ object BuildSettings {
(organization.value %% moduleName.value % version).cross(cross)
}.toSet,
mimaBinaryIssueFilters ++= Seq(
// Add mima filters here
// Changed params of the PlayRequestHandler constructor, which is private[play] anyway
ProblemFilters.exclude[DirectMissingMethodProblem]("play.core.server.netty.PlayRequestHandler.this"),
),
unmanagedSourceDirectories in Compile += {
val suffix = CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit eaf487e

Please sign in to comment.