Skip to content

Commit

Permalink
chore: additional mima filters for Scala 3 (#31770)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Nov 29, 2022
1 parent e3833ca commit e3dc7fe
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -3,3 +3,7 @@
ProblemFilters.exclude[IncompatibleMethTypeProblem]("akka.remote.testconductor.TestConductorExt.throttle")
ProblemFilters.exclude[IncompatibleMethTypeProblem]("akka.remote.testconductor.TestConductorExt.blackhole")
ProblemFilters.exclude[IncompatibleMethTypeProblem]("akka.remote.testconductor.TestConductorExt.passThrough")
# For Scala 3 these are also needed
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.remote.testconductor.Conductor.throttle")
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.remote.testconductor.Conductor.blackhole")
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.remote.testconductor.Conductor.passThrough")

0 comments on commit e3dc7fe

Please sign in to comment.