Skip to content

Commit

Permalink
Exclude DirectMissingMethodProblem on WriterImpl.writer_impl
Browse files Browse the repository at this point in the history
  • Loading branch information
urmaul committed Oct 18, 2024
1 parent 8db6378 commit 603ac89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ lazy val mimaSettings = Seq(
// Chimney migration stuff
ProblemFilters.exclude[DirectMissingMethodProblem]("io.moia.protos.teleproto.Reader.transform"),
ProblemFilters.exclude[DirectMissingMethodProblem]("io.moia.protos.teleproto.Writer.transform"),
ProblemFilters.exclude[DirectMissingMethodProblem]("io.moia.protos.teleproto.WriterImpl.writer_impl"),
ProblemFilters.exclude[MissingClassProblem]("io.moia.protos.teleproto.WriterImpl$Compatible"),
ProblemFilters.exclude[MissingClassProblem]("io.moia.protos.teleproto.WriterImpl$Compatible$"),
ProblemFilters.exclude[MissingClassProblem]("io.moia.protos.teleproto.WriterImpl$ForwardCompatible"),
Expand Down

0 comments on commit 603ac89

Please sign in to comment.