From e89baa74efbfd60e4f199ea7a34f71c8465672a9 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 6 Oct 2023 00:31:29 +0200 Subject: [PATCH] Revert "Temporary disable MiMa" This reverts commit e31e6fab7b75a210cfa639a20a9bd2e22703028b. --- build.sbt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4c8207c56..f0a62f5be 100644 --- a/build.sbt +++ b/build.sbt @@ -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( ), )