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 c488821 commit 802d2baCopy full SHA for 802d2ba
build.sbt
@@ -65,6 +65,12 @@ ThisBuild / initialCommands := s"""
65
implicit val timerIO: Timer[IO] = IO.timer(global)
66
"""
67
68
+ThisBuild / tlVersionIntroduced := Map(
69
+ "2.12" -> "2.5.12",
70
+ "2.13" -> "2.5.12",
71
+ "3" -> "2.5.12"
72
+)
73
+
74
ThisBuild / mimaBinaryIssueFilters ++= Seq(
75
// These methods were only used internally between Stream and Pull: they were private to fs2.
76
ProblemFilters.exclude[DirectMissingMethodProblem]("fs2.Stream.fromFreeC"),
project/MiMa.scala
0 commit comments