Skip to content

Commit

Permalink
mima
Browse files Browse the repository at this point in the history
  • Loading branch information
lrytz committed Aug 26, 2019
1 parent a18cc7c commit 33971b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -94,6 +94,7 @@ val mimaFilterSettings = Seq(
ProblemFilters.exclude[MissingClassProblem]("scala.reflect.runtime.JavaMirrors$JavaMirror$typeTagCache$"),
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.api.TypeTags.TypeTagImpl"),
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.api.Universe.TypeTagImpl"),
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.runtime.JavaUniverse#PerRunReporting.deprecationWarning"),
),
)

Expand Down

0 comments on commit 33971b9

Please sign in to comment.