Skip to content

Commit 8daa204

Browse files
committed
Enable check for generic signatures in MiMa
1 parent 3828975 commit 8daa204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ object Build {
583583
}),
584584

585585
mimaExcludeAnnotations += "scala.annotation.experimental",
586+
mimaReportSignatureProblems := true,
586587
)
587588

588589
lazy val `scala3-interfaces` = project.in(file("interfaces")).

0 commit comments

Comments
 (0)