Skip to content

Commit 8b330fa

Browse files
committed
Fix mima for Platform#EnableReflectiveInstantiation
class org.scalacheck.Platform#EnableReflectiveInstantiation does not have a correspondent in current version
1 parent 02a5671 commit 8b330fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/MimaSettings.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ object MimaSettings {
2222
)
2323

2424
private def removedPrivateClasses = Seq(
25+
"org.scalacheck.Platform$EnableReflectiveInstantiation"
2526
)
2627

2728
private def otherProblems = Seq(

0 commit comments

Comments
 (0)