Skip to content

Commit

Permalink
Post release v1.1.0.
Browse files Browse the repository at this point in the history
Set `versionPolicyIntention` to `BinaryAndSourceCompatible` for
the upcoming v1.1.1.
  • Loading branch information
sjrd committed Dec 19, 2023
1 parent 50743da commit 4d4aab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inThisBuild(Def.settings(
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),
))
Expand Down

0 comments on commit 4d4aab8

Please sign in to comment.