Skip to content

Commit

Permalink
versionPolicyCheck does not handle changing cross-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Jun 9, 2022
1 parent c4bf866 commit b484f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
versionPolicyIgnoredInternalDependencyVersions :=
Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r),
versionScheme := Some("early-semver"),
versionPolicyIntention := Compatibility.BinaryCompatible
//versionPolicyIntention := Compatibility.BinaryCompatible
)

override def projectSettings: Seq[Def.Setting[_]] = List(
Expand Down

0 comments on commit b484f10

Please sign in to comment.