From 3965b0c7bd5d9a14292072b0c7ea1f788ef61b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Wed, 2 Oct 2024 11:14:55 +0200 Subject: [PATCH] Post release v1.4.0. Set `versionPolicyIntention` to `BinaryAndSourceCompatible` for the upcoming v1.4.1. Re-enable TASTy-MiMa by forcing a newer version of the underlying tasty-query. --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 28035d71..aba764dc 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ inThisBuild(Def.settings( Developer("sjrd", "Sébastien Doeraene", "sjrdoeraene@gmail.com", url("https://github.com/sjrd/")), Developer("bishabosha", "Jamie Thompson", "bishbashboshjt@gmail.com", url("https://github.com/bishabosha")), ), - versionPolicyIntention := Compatibility.BinaryCompatible, + versionPolicyIntention := Compatibility.BinaryAndSourceCompatible, // Ignore dependencies to internal modules whose version is like `1.2.3+4...` (see https://github.com/scalacenter/sbt-version-policy#how-to-integrate-with-sbt-dynver) versionPolicyIgnoredInternalDependencyVersions := Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r) )) @@ -129,8 +129,8 @@ lazy val tastyQuery = ) }, - // Temporarily disabled until we have a published version of tasty-query that can handle 3.4.x. - //tastyMiMaPreviousArtifacts := mimaPreviousArtifacts.value, + tastyMiMaPreviousArtifacts := mimaPreviousArtifacts.value, + tastyMiMaTastyQueryVersionOverride := Some("1.4.0"), tastyMiMaConfig ~= { prev => import tastymima.intf._ prev