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 c23030c commit fa6bfccCopy full SHA for fa6bfcc
project/MiMaFilters.scala
@@ -19,6 +19,9 @@ object MiMaFilters {
19
20
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.Conversion.underlying"),
21
ProblemFilters.exclude[MissingClassProblem]("scala.Conversion$"),
22
+
23
+ ProblemFilters.exclude[MissingFieldProblem]("scala.runtime.stdLibPatches.language#experimental.qualifiedTypes"),
24
+ ProblemFilters.exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$experimental$qualifiedTypes$"),
25
),
26
27
// Additions since last LTS
0 commit comments