Skip to content

Commit

Permalink
Disable MiMa for magnolify-bom (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jul 30, 2024
1 parent 5cbdfe2 commit 61bd4f3
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 @@ -367,9 +367,8 @@ lazy val bom = project
neo4j,
tools
),
// only releases after 0.7.4
tlMimaPreviousVersions := tlMimaPreviousVersions.value
.filter(v => VersionNumber(v).numbers.last >= 4)
// pom project. No ABI
tlMimaPreviousVersions := Set.empty
)

lazy val shared = project
Expand Down

0 comments on commit 61bd4f3

Please sign in to comment.