Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cats-core to 2.4.1 #299

Closed

Conversation

scala-steward
Copy link
Contributor

Updates org.typelevel:cats-core from 2.3.1 to 2.4.1.
GitHub Release Notes - Changelog - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Ignore future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.typelevel", artifactId = "cats-core" } ]

labels: library-update, semver-minor

@larsrh
Copy link
Contributor

larsrh commented Feb 12, 2021

Probably caused by typelevel/cats#3677.

@joroKr21
Copy link
Member

type LOption[A] = List[Option[A]] 🤔

@joroKr21
Copy link
Member

I think this is creating a cycle:

implicit def mkEmptyKConst[T](implicit T: Empty[T]): MkEmptyK[Const[T]#λ] =
    new MkEmptyK[Const[T]#λ] {
      def empty[A] = T.empty
    }
    
implicit def fromEmptyK[F[_], T](implicit ekf: EmptyK[F]): Empty[F[T]] = ekf.synthesize[T]

@joroKr21
Copy link
Member

superseded by #303

@joroKr21 joroKr21 closed this Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants