File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ object MiMaFilters {
9
9
ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.runtime.Tuples.append" ),
10
10
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#TypeReprMethods.substituteTypes" ),
11
11
ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#TypeReprMethods.substituteTypes" ),
12
+ ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#TypeReprMethods.typeParams" ),
13
+ ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#TypeReprMethods.typeParams" ),
12
14
13
15
// Should have been added in 3.1.0
14
16
// These are only allowed on imports and therefore should not be present in binaries emitted before
You can’t perform that action at this time.
0 commit comments