Closed scala-steward closed 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.
.scala-steward.conf
Have a fantastic day writing Scala!
labels: library-update, early-semver-minor, semver-spec-minor, scalafix-migrations
Superseded by #145.
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-v220Ignore 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