clovellytech / http4s-modules

Web modules built on Http4s
MIT License
30 stars 5 forks source link

Update cats-core to 2.10.0 #669

Closed scala-steward closed 4 months ago

scala-steward commented 1 year ago

About this PR

📦 Updates org.typelevel:cats-core from 2.1.1 to 2.10.0

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

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 * 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
🔍 Files still referring to the old version number The following files still refer to the old version number (2.1.1). You might want to review and update them manually. ``` modules/auth/client/js/yarn.lock modules/common/js/yarn.lock modules/features/client/js/yarn.lock project/Dependencies.scala ```
⚙ Adjust 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" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "cats-core" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, scalafix-migrations, old-version-remains, commit-count:n:2

scala-steward commented 4 months ago

Superseded by #707.