Skip to content

Commit 02be9c3

Browse files
committed
Add MiMa filters
1 parent 51565d4 commit 02be9c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.sbt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,13 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
179179
ProblemFilters.exclude[DirectMissingMethodProblem]("fs2.io.package.readBytesFromInputStream"),
180180
ProblemFilters.exclude[DirectMissingMethodProblem]("fs2.io.package.readInputStreamGeneric"),
181181
ProblemFilters.exclude[DirectMissingMethodProblem]("fs2.io.package.<clinit>"),
182-
ProblemFilters.exclude[IncompatibleResultTypeProblem]("fs2.io.net.Socket.forAsync")
182+
ProblemFilters.exclude[IncompatibleResultTypeProblem]("fs2.io.net.Socket.forAsync"),
183+
ProblemFilters.exclude[IncompatibleMethTypeProblem](
184+
"fs2.io.net.SocketCompanionPlatform#AsyncSocket.this"
185+
),
186+
ProblemFilters.exclude[IncompatibleMethTypeProblem](
187+
"fs2.io.net.unixsocket.UnixSocketsCompanionPlatform#AsyncSocket.this"
188+
)
183189
)
184190

185191
lazy val root = tlCrossRootProject

0 commit comments

Comments
 (0)