From 9bd98bdcdbff40522ee63bcfc82efd6d820ff344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Sun, 5 Apr 2026 09:30:46 +0200 Subject: [PATCH] Post release v1.8.0. Set `versionPolicyIntention` to `BinaryAndSourceCompatible` for the upcoming v1.8.1. --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e2ec4c8a..19bdea2a 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) )) @@ -131,7 +131,7 @@ lazy val tastyQuery = }, tastyMiMaPreviousArtifacts := mimaPreviousArtifacts.value, - tastyMiMaTastyQueryVersionOverride := Some("1.7.0"), + tastyMiMaTastyQueryVersionOverride := Some("1.8.0"), tastyMiMaConfig ~= { prev => import tastymima.intf._ prev