From 9b73d9ed8e9c9ad71b68d5af98c70621894489b4 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 27 Jun 2024 14:26:13 +0200 Subject: [PATCH 1/2] Revert "Skip native artifacts from MiMa checks" This reverts commit a7ea828d55922240415352217d9c90563c1a35a7. --- build.sbt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.sbt b/build.sbt index 319d50f0..6aa3f7eb 100644 --- a/build.sbt +++ b/build.sbt @@ -223,9 +223,6 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform, NativePlatform) }.taskValue ) ) - .nativeSettings( - mimaPreviousArtifacts := Set.empty // remove once version with Scala Native 0.5 is released - ) .dependsOn(`play-functional`) lazy val `play-jsonJS` = `play-json`.js @@ -268,9 +265,6 @@ lazy val `play-functional` = crossProject(JVMPlatform, JSPlatform, NativePlatfor .settings( commonSettings ++ playJsonMimaSettings ) - .nativeSettings( - mimaPreviousArtifacts := Set.empty // remove once version with Scala Native 0.5 is released - ) .enablePlugins(Omnidoc) lazy val `play-functionalJVM` = `play-functional`.jvm From d0b55c53415f483fa59271627baeece5da288c66 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 27 Jun 2024 14:27:00 +0200 Subject: [PATCH 2/2] Set mima previous version to latest milestone --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6aa3f7eb..412e0c1f 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ val joda = Seq( // Common settings -val previousVersion: Option[String] = Some("3.0.0") +val previousVersion: Option[String] = Some("3.1.0-M1") // Do not check for previous JS artifacts for upgrade to Scala.js 1.0 because no sjs1 artifacts exist def playJsonMimaSettings = Seq(