Skip to content

Commit

Permalink
Post release v1.4.0.
Browse files Browse the repository at this point in the history
Set `versionPolicyIntention` to `BinaryAndSourceCompatible` for
the upcoming v1.4.1.

Re-enable TASTy-MiMa by forcing a newer version of the underlying
tasty-query.
  • Loading branch information
sjrd committed Oct 2, 2024
1 parent 4fb1fd4 commit 3965b0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ inThisBuild(Def.settings(
Developer("sjrd", "Sébastien Doeraene", "[email protected]", url("https://github.com/sjrd/")),
Developer("bishabosha", "Jamie Thompson", "[email protected]", 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)
))
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3965b0c

Please sign in to comment.