Skip to content

Commit 7e1a4b9

Browse files
committed
Add MiMa whitelist entries
1 parent efbd9d5 commit 7e1a4b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bincompat-forward.whitelist.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,16 @@ filter {
247247
{
248248
matchName="scala.util.Sorting.scala$util$Sorting$$booleanSort"
249249
problemName=MissingMethodProblem
250+
},
251+
252+
{
253+
matchName="scala.reflect.io.ZipArchive.ensureDir"
254+
problemName=MissingMethodProblem
255+
},
256+
{
257+
matchName="scala.reflect.io.JavaToolsPlatformArchive"
258+
problemName=MissingClassProblem
250259
}
260+
251261
]
252262
}

0 commit comments

Comments
 (0)