Skip to content

Commit 802d2ba

Browse files
committed
Update mima config to only check against latest
1 parent c488821 commit 802d2ba

File tree

2 files changed

+6
-54
lines changed

2 files changed

+6
-54
lines changed

build.sbt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ ThisBuild / initialCommands := s"""
6565
implicit val timerIO: Timer[IO] = IO.timer(global)
6666
"""
6767

68+
ThisBuild / tlVersionIntroduced := Map(
69+
"2.12" -> "2.5.12",
70+
"2.13" -> "2.5.12",
71+
"3" -> "2.5.12"
72+
)
73+
6874
ThisBuild / mimaBinaryIssueFilters ++= Seq(
6975
// These methods were only used internally between Stream and Pull: they were private to fs2.
7076
ProblemFilters.exclude[DirectMissingMethodProblem]("fs2.Stream.fromFreeC"),

project/MiMa.scala

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)