Skip to content

Commit

Permalink
Merge pull request #408 from mkurz/revert_mima
Browse files Browse the repository at this point in the history
Revert "Temporary disable MiMa"
  • Loading branch information
mkurz authored Oct 18, 2023
2 parents a5fde36 + 648b092 commit d960948
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
}

lazy val mimaSettings = Seq(
mimaPreviousArtifacts := Set.empty, // TODO: revert
mimaPreviousArtifacts :=
Set(
organization.value %% name.value % previousStableVersion.value.getOrElse(
throw new Error("Unable to determine previous version")
)
),
mimaBinaryIssueFilters ++= Seq(
)
)
Expand Down

0 comments on commit d960948

Please sign in to comment.