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