atnos-org / origami

Monadic folds
MIT License
70 stars 8 forks source link

Update cats-core to 2.7.0 #130

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates org.typelevel:cats-core from 2.1.1 to 2.7.0. 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!

Applied Scalafix Migrations * org.typelevel:cats-core:2.2.0 (created no change) * github:typelevel/cats/Cats_v2_2_0?sha=v2.2.0 * Documentation: https://github.com/typelevel/cats/blob/v2.2.0/scalafix/README.md#migration-to-cats-v220
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, early-semver-minor, semver-spec-minor, scalafix-migrations

scala-steward commented 2 years ago

Superseded by #145.