Skip to content

Commit

Permalink
Silence MiMa for tf-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Dec 16, 2024
1 parent e54b30d commit d2e2c96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
// added BQ Json object
ProblemFilters.exclude[MissingTypesProblem](
"com.spotify.scio.bigquery.types.package$Json$"
),
// tf-metadata upgrade
ProblemFilters.exclude[Problem](
"org.tensorflow.metadata.v0.*"
)
)

Expand Down

0 comments on commit d2e2c96

Please sign in to comment.