Skip to content

Commit

Permalink
Clean mimaBinaryIssueFilters (#792)
Browse files Browse the repository at this point in the history
tlBaseVersion is already updated to next minor
  • Loading branch information
RustedBones authored Aug 18, 2023
1 parent 802e8e5 commit ba19af0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,7 @@ ThisBuild / githubWorkflowAddedJobs ++= Seq(
)

// mima
ThisBuild / mimaBinaryIssueFilters ++= Seq(
// new API
ProblemFilters.exclude[ReversedMissingMethodProblem](
"magnolify.bigquery.TableRowField#Record.fields"
),
ProblemFilters.exclude[ReversedMissingMethodProblem](
"magnolify.bigquery.TableRowType.selectedFields"
)
)
ThisBuild / mimaBinaryIssueFilters ++= Seq()

// protobuf
ThisBuild / PB.protocVersion := protobufVersion
Expand Down

0 comments on commit ba19af0

Please sign in to comment.