Skip to content

Commit 8ac6550

Browse files
committed
Mima exclusions for Functor.fmap
1 parent baacb0e commit 8ac6550

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def mimaSettings(moduleName: String) = Seq(
230230
exclude[IncompatibleResultTypeProblem]("cats.instances.package#set.catsStdInstancesForSet"),
231231
exclude[IncompatibleResultTypeProblem]("cats.instances.MapInstances.catsStdInstancesForMap"),
232232
exclude[ReversedMissingMethodProblem]("cats.instances.SortedMapInstances.catsStdCommutativeMonoidForSortedMap"),
233-
exclude[UpdateForwarderBodyProblem]("cats.instances.SortedMapInstances.catsStdMonoidForSortedMap"),
233+
exclude[UpdateForwarderBodyProblem]("cats.instances.SortedMapInstances.catsStdMonoidForSortedMap"),
234234
exclude[DirectMissingMethodProblem]("cats.data.EitherTInstances2.catsDataMonadErrorForEitherT"),
235235
exclude[MissingTypesProblem]("cats.data.OneAndLowPriority3"),
236236
exclude[MissingTypesProblem]("cats.data.OneAndLowPriority2"),
@@ -242,6 +242,8 @@ def mimaSettings(moduleName: String) = Seq(
242242
exclude[ReversedMissingMethodProblem]("cats.instances.ParallelInstances.catsStdNonEmptyParallelForZipList"),
243243
exclude[ReversedMissingMethodProblem]("cats.instances.ParallelInstances.catsStdParallelForFailFastFuture"),
244244
exclude[DirectMissingMethodProblem]("cats.data.EitherTInstances2.catsDataMonadErrorForEitherT"),
245+
exclude[ReversedMissingMethodProblem]("cats.Functor.fmap"),
246+
exclude[ReversedMissingMethodProblem]("cats.Functor#Ops.fmap"),
245247
exclude[ReversedMissingMethodProblem]("cats.Foldable.collectFirstSome"),
246248
exclude[ReversedMissingMethodProblem]("cats.Foldable.collectFirst"),
247249
exclude[ReversedMissingMethodProblem]("cats.Foldable#Ops.collectFirstSome"),

0 commit comments

Comments
 (0)