Skip to content

Commit

Permalink
mimaBinaryIssueFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
Iurii Malchenko committed Dec 13, 2022
1 parent 2187523 commit de8e1b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sbt.librarymanagement.CrossVersion
import com.typesafe.tools.mima.core._

inThisBuild(
List(
Expand All @@ -16,6 +17,10 @@ inThisBuild(
),
ThisBuild / versionScheme := Some("early-semver"),
versionPolicyIntention := Compatibility.BinaryCompatible,
mimaBinaryIssueFilters ++= Seq(
ProblemFilters.exclude[DirectMissingMethodProblem]("app.tulz.tuplez.Composition.apply"),
ProblemFilters.exclude[ReversedMissingMethodProblem]("app.tulz.tuplez.Composition.decompose"),
),
githubWorkflowTargetTags ++= Seq("v*"),
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))),
githubWorkflowBuild ++= Seq(WorkflowStep.Sbt(List("versionPolicyCheck"))),
Expand Down

0 comments on commit de8e1b3

Please sign in to comment.