Skip to content

Commit

Permalink
Fix MiMa missing class problem
Browse files Browse the repository at this point in the history
  • Loading branch information
aartigao authored and LMnet committed Sep 23, 2023
1 parent 35b76d8 commit caa0411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ ThisBuild / mimaBinaryIssueFilters ++= {
import com.typesafe.tools.mima.core._
// format: off
Seq(
ProblemFilters.exclude[Problem]("fs2.kafka.internal.*")
ProblemFilters.exclude[Problem]("fs2.kafka.internal.*"),
ProblemFilters.exclude[MissingClassProblem]("kafka.utils.VerifiableProperties")
)
// format: on
}
Expand Down

0 comments on commit caa0411

Please sign in to comment.