We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728c4b1 commit b86f8a9Copy full SHA for b86f8a9
project/MiMaFilters.scala
@@ -32,6 +32,7 @@ object MiMaFilters {
32
ProblemFilters.exclude[MissingClassProblem]("scala.caps.Classifier"),
33
ProblemFilters.exclude[MissingClassProblem]("scala.caps.SharedCapability"),
34
ProblemFilters.exclude[MissingClassProblem]("scala.caps.Control"),
35
+ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.caps.package#package.freeze"),
36
),
37
38
)
0 commit comments