Skip to content

Commit

Permalink
Ack mima change
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Nov 18, 2024
1 parent 5f46375 commit d966487
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 @@ -424,6 +424,10 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
),
ProblemFilters.exclude[DirectAbstractMethodProblem](
"org.apache.beam.sdk.coders.Coder.getCoderArguments"
),
// added BQ Json object
ProblemFilters.exclude[MissingTypesProblem](
"com.spotify.scio.bigquery.types.package$Json$"
)
)

Expand Down

0 comments on commit d966487

Please sign in to comment.