Skip to content

Commit

Permalink
Clear-out mimaPreviousVersions
Browse files Browse the repository at this point in the history
In previous commit, binary compatability with previous version is broken because we added a new function to a trait.
Therefore, we need to clear-out the mimaPreviousVersions.
  • Loading branch information
spenes committed Sep 26, 2024
1 parent 780a7f3 commit 8128da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object BuildSettings {
// clear-out mimaBinaryIssueFilters and mimaPreviousVersions.
// Otherwise, add previous version to set without
// removing other versions.
val mimaPreviousVersions = Set("3.0.0")
val mimaPreviousVersions = Set()

lazy val mimaSettings = Seq(
mimaPreviousArtifacts := {
Expand Down

0 comments on commit 8128da8

Please sign in to comment.