Skip to content

Commit

Permalink
Incorrect deprecated messages
Browse files Browse the repository at this point in the history
The deprecated messages were referring to incorrect methods.
  • Loading branch information
jmgimeno authored Nov 15, 2021
1 parent eb72b36 commit e84ed6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private[cats] trait ScalaVersionSpecificMonoidKInstances {
}

private[cats] trait ScalaVersionSpecificParallelInstances {
@deprecated("Use catsParallelForLazyList", "3.0.0")
@deprecated("Use catsStdParallelForZipLazyList", "3.0.0")
implicit def catsStdParallelForZipStream: Parallel.Aux[Stream, ZipStream] =
cats.instances.parallel.catsStdParallelForZipStream

Expand Down Expand Up @@ -69,7 +69,7 @@ private[cats] trait ScalaVersionSpecificTraverseFilterInstances {
}

private[cats] trait ScalaVersionSpecificAlignInstances {
@deprecated("Use catsTraverseFilterForLazyList", "3.0.0")
@deprecated("Use catsAlignForLazyList", "3.0.0")
implicit def catsAlignForStream: Align[Stream] =
cats.instances.stream.catsStdInstancesForStream

Expand Down

0 comments on commit e84ed6c

Please sign in to comment.