Skip to content

Commit

Permalink
chore: Ignore mima for now (we'll release 2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Apr 19, 2024
1 parent 0868f60 commit 63834c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ trait CommonPublish extends CiReleaseModule with Mima {

override def mimaPreviousVersions = Seq("1.5.4")

override def mimaBinaryIssueFilters =
Seq(
ProblemFilter.exclude[DirectMissingMethodProblem](
"bloop.config.Config#Scala.copy"
),
ProblemFilter.exclude[DirectMissingMethodProblem](
"bloop.config.Config#Scala.this"
),
ProblemFilter.exclude[DirectMissingMethodProblem](
"bloop.config.Config#Scala.apply"
),
ProblemFilter.exclude[MissingTypesProblem]("bloop.config.Config$Scala$")
)

override def pomSettings = PomSettings(
description = "Bloop configuration library.",
organization = "ch.epfl.scala",
Expand Down

0 comments on commit 63834c5

Please sign in to comment.