We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c9ee3 commit 562cbc5Copy full SHA for 562cbc5
build.sbt
@@ -347,7 +347,13 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
347
),
348
ProblemFilters.exclude[ReversedMissingMethodProblem](
349
"fs2.io.net.DatagramSocketOption#Key.toSocketOption"
350
- )
+ ),
351
+ ProblemFilters.exclude[ReversedMissingMethodProblem]("fs2.io.net.DatagramSocket.join"),
352
+ ProblemFilters.exclude[IncompatibleMethTypeProblem](
353
+ "fs2.io.net.DatagramSocketOption.multicastInterface"
354
355
+ ProblemFilters.exclude[ReversedMissingMethodProblem]("fs2.io.net.Network.dns"),
356
+ ProblemFilters.exclude[ReversedMissingMethodProblem]("fs2.io.net.Network.interfaces")
357
)
358
359
lazy val root = tlCrossRootProject
0 commit comments