Skip to content

Commit

Permalink
Disable MiMa for scio-bom (#5439)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Jul 25, 2024
1 parent e785613 commit ce2825a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,8 @@ lazy val `scio-bom` = project
`scio-test-parquet`,
`scio-test`
),
// only releases after 0.14.6
tlMimaPreviousVersions := tlMimaPreviousVersions.value
.filter(v => VersionNumber(v).numbers.last >= 6)
// pom project. No ABI
tlMimaPreviousVersions := Set.empty
)

lazy val `scio-core` = project
Expand Down

0 comments on commit ce2825a

Please sign in to comment.