Skip to content

Commit

Permalink
Merge pull request #928 from mkurz/enable_mima
Browse files Browse the repository at this point in the history
Revert "Temporary disable MiMa"
  • Loading branch information
mkurz authored Oct 6, 2023
2 parents f81b365 + e89baa7 commit ad95dcd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ val joda = Seq(

// Do not check for previous JS artifacts for upgrade to Scala.js 1.0 because no sjs1 artifacts exist
def playJsonMimaSettings = Seq(
mimaPreviousArtifacts := Set(), // 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 ad95dcd

Please sign in to comment.