You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The import cats.syntax.traverse._ doesn't provide the .unorderedTraverse. This is inconsistent, as the import cats.syntax.foldable._ does provide the unorderedFold syntax.
Unfortunately I think an immediate fix for this would break binary compatibility. import cats.UnorderedTraverse.ops._ can be used for the time being.
The text was updated successfully, but these errors were encountered:
The import
cats.syntax.traverse._
doesn't provide the.unorderedTraverse
. This is inconsistent, as the importcats.syntax.foldable._
does provide theunorderedFold
syntax.Unfortunately I think an immediate fix for this would break binary compatibility.
import cats.UnorderedTraverse.ops._
can be used for the time being.The text was updated successfully, but these errors were encountered: