Skip to content

Commit a8d9b13

Browse files
committed
Fix native MiMa errors
- method fromIterable(Traversable)java.lang.Object in trait util.Buildable does not have a correspondent in current version - method fromIterable(Iterable)java.lang.Object in trait util.Buildable is present only in current version
1 parent 5b9c8d7 commit a8d9b13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/MimaSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ object MimaSettings {
1818
)
1919

2020
private def newMethods = Seq(
21+
"org.scalacheck.util.Buildable.fromIterable",
2122
"org.scalacheck.commands.Commands.canCreateNewSut"
2223
)
2324

2425
private def removedPrivateMethods = Seq(
26+
"org.scalacheck.util.Buildable.fromIterable"
2527
)
2628

2729
private def removedPrivateClasses = Seq(

0 commit comments

Comments
 (0)