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 837e74f commit 9d180f7Copy full SHA for 9d180f7
project/MiMaFilters.scala
@@ -14,6 +14,9 @@ object MiMaFilters {
14
ProblemFilters.exclude[MissingFieldProblem]("scala.runtime.stdLibPatches.language#experimental.relaxedExtensionImports"),
15
ProblemFilters.exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$experimental$relaxedExtensionImports$"),
16
// end of New experimental features in 3.3.X
17
+
18
+ // Changes to lazy vals (added static constructors)
19
+ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.Tuple.<clinit>"),
20
)
21
val TastyCore: Seq[ProblemFilter] = Seq(
22
// Backported in 3.3.6
0 commit comments