Skip to content

Commit

Permalink
Temporary disable MiMa
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 5, 2023
1 parent f71ae2d commit e31e6fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ 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(
organization.value %%% name.value % previousStableVersion.value
.getOrElse(throw new Error("Unable to determine previous version"))
),
mimaPreviousArtifacts := Set(), // TODO: revert
mimaBinaryIssueFilters ++= Seq(
),
)
Expand Down

0 comments on commit e31e6fa

Please sign in to comment.