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 cf6b045 commit 2689dfbCopy full SHA for 2689dfb
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