File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ ProblemFilters.exclude[MissingClassProblem]("scala.reflect.io.IOStats")
1414ProblemFilters.exclude[MissingClassProblem]("scala.reflect.io.IOStats$")
1515
1616ProblemFilters.exclude[MissingTypesProblem]("scala.reflect.runtime.JavaUniverse")
17+
18+ ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.reflect.io.ZipArchive.close")
Original file line number Diff line number Diff line change @@ -24,4 +24,11 @@ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.runtime.Settin
2424ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.io.FileZipArchive.this")
2525ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.io.ZipArchive.this")
2626ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.io.ZipArchive.getDir")
27- ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.io.FileZipArchive.allDirsByDottedName")
27+ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.io.FileZipArchive.allDirsByDottedName")
28+
29+ ProblemFilters.exclude[MissingClassProblem]("scala.reflect.io.RootPath")
30+ ProblemFilters.exclude[MissingClassProblem]("scala.reflect.io.RootPath$")
31+ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.io.URLZipArchive.close")
32+ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.io.FileZipArchive.close")
33+ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.io.ManifestResources.close")
34+ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.io.ZipArchive.close")
You can’t perform that action at this time.
0 commit comments