Skip to content

Commit

Permalink
Remove old MiMa and tasty-mima filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Nov 29, 2023
1 parent 8cd5141 commit b9dda99
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ lazy val tastyQuery =
mimaBinaryIssueFilters ++= {
import com.typesafe.tools.mima.core.*
Seq(
// !!! Compatibility breach, but there was no way someone could have maningfully extended `Constant`
ProblemFilters.exclude[FinalClassProblem]("tastyquery.Constants$Constant"),
// Everything in tastyquery.reader is private[tastyquery] at most
ProblemFilters.exclude[Problem]("tastyquery.reader.*"),
)
Expand All @@ -127,10 +125,6 @@ lazy val tastyQuery =
.withMoreArtifactPrivatePackages(java.util.Arrays.asList(
"tastyquery",
))
.withMoreProblemFilters(java.util.Arrays.asList(
// !!! Compatibility breach, but there was no way someone could have maningfully extended `Constant`
ProblemMatcher.make(ProblemKind.RestrictedOpenLevelChange, "tastyquery.Constants.Constant"),
))
},
)
.jvmSettings(
Expand Down

0 comments on commit b9dda99

Please sign in to comment.