Skip to content

Commit 485508c

Browse files
committed
Update MiMa filters
1 parent 6ed2c85 commit 485508c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/MiMaFilters.scala

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ object MiMaFilters {
1313
exclude[DirectMissingMethodProblem]("scala.quoted.Quotes#reflectModule#SourceFileMethods.path"),
1414
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#UnapplyModule.apply"),
1515
exclude[DirectMissingMethodProblem]("scala.quoted.Quotes#reflectModule#UnapplyModule.apply"),
16+
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#TypeReprMethods.isTupleN"),
1617
)
1718
}

0 commit comments

Comments
 (0)