Skip to content

Commit

Permalink
Set versionPolicyIntention to BinaryCompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
DieBauer committed Aug 15, 2022
1 parent 078c179 commit 39b57cf
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 @@ -82,7 +82,7 @@ lazy val compat = new MultiScalaCrossProject(
sharedSourceDir / "scala-2.11_2.12"
}
},
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
versionPolicyIntention := Compatibility.BinaryCompatible,
mimaBinaryIssueFilters ++= {
import com.typesafe.tools.mima.core._
import com.typesafe.tools.mima.core.ProblemFilters._
Expand Down

0 comments on commit 39b57cf

Please sign in to comment.