Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 16, 2024
1 parent 6dbec54 commit f0ce861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ trait MillStableScalaModule extends MillPublishScalaModule with Mima {
// (5x) MIMA doesn't properly ignore things which are nested inside other private things
// so we have to put explicit ignores here (https://github.com/lightbend/mima/issues/771)
ProblemFilter.exclude[Problem]("mill.eval.ProfileLogger*"),
ProblemFilter.exclude[Problem]("mill.eval.ChromeProfileLogger*"),
ProblemFilter.exclude[Problem]("mill.eval.GroupEvaluator*"),
ProblemFilter.exclude[Problem]("mill.eval.EvaluatorCore*"),
ProblemFilter.exclude[Problem]("mill.eval.Tarjans*"),
Expand Down

0 comments on commit f0ce861

Please sign in to comment.