Skip to content

Commit

Permalink
Revert "Temporary disable MiMa"
Browse files Browse the repository at this point in the history
This reverts commit e31e6fa.
  • Loading branch information
mkurz committed Oct 5, 2023
1 parent f81b365 commit e89baa7
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 e89baa7

Please sign in to comment.