File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ lazy val sslConfigCore = project
2121 mimaReportSignatureProblems := true ,
2222 mimaPreviousArtifacts := Set (" com.typesafe" %% " ssl-config-core" % " 0.7.0" ),
2323 mimaBinaryIssueFilters ++= Seq (
24+ ProblemFilters
25+ .exclude[IncompatibleResultTypeProblem ](" com.typesafe.sslconfig.ssl.SSLConfigSettings.<init>$default$10" ),
26+ ProblemFilters
27+ .exclude[IncompatibleResultTypeProblem ](" com.typesafe.sslconfig.ssl.SSLConfigSettings.<init>$default$11" ),
28+ ProblemFilters
29+ .exclude[IncompatibleResultTypeProblem ](" com.typesafe.sslconfig.ssl.SSLConfigSettings.<init>$default$9" ),
30+ ProblemFilters
31+ .exclude[IncompatibleResultTypeProblem ](" com.typesafe.sslconfig.ssl.SSLConfigSettings.<init>$default$7" ),
32+ ProblemFilters
33+ .exclude[IncompatibleResultTypeProblem ](" com.typesafe.sslconfig.ssl.SSLConfigSettings.<init>$default$8" ),
2434 ),
2535 libraryDependencies ++= Dependencies .sslConfigCore,
2636 libraryDependencies ++= Dependencies .testDependencies,
You can’t perform that action at this time.
0 commit comments