You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MiMA reports the following error when trying to update to 2.13.9, for value classes:
[error] core: Failed binary compatibility check against com.softwaremill.sttp.model:core_2.13:1.5.2!Found2 potential problems
[error] * extension static method productIterator$extension(java.lang.String)scala.collection.Iterator in classsttp.model.Method does not have a correspondent in current version
[error] filter with:ProblemFilters.exclude[DirectMissingMethodProblem]("sttp.model.Method.productIterator$extension")
[error] * extension method productIterator$extension(java.lang.String)scala.collection.Iterator in objectsttp.model.Method does not have a correspondent in current version
[error] filter with:ProblemFilters.exclude[DirectMissingMethodProblem]("sttp.model.Method.productIterator$extension")