Skip to content

Commit

Permalink
Update MiMa filters
Browse files Browse the repository at this point in the history
  • Loading branch information
pikinier20 committed Aug 26, 2021
1 parent 6ed2c85 commit 485508c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ object MiMaFilters {
exclude[DirectMissingMethodProblem]("scala.quoted.Quotes#reflectModule#SourceFileMethods.path"),
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#UnapplyModule.apply"),
exclude[DirectMissingMethodProblem]("scala.quoted.Quotes#reflectModule#UnapplyModule.apply"),
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#TypeReprMethods.isTupleN"),
)
}

0 comments on commit 485508c

Please sign in to comment.