kubukoz / sup

Composable, purely functional healthchecks in Scala.
https://sup.kubukoz.com
Apache License 2.0
185 stars 27 forks source link

Update log4cats-core to 2.4.0 #522

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates org.typelevel:log4cats-core from 2.1.1 to 2.4.0. GitHub Release Notes - 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 * 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
Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.typelevel", artifactId = "log4cats-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.typelevel", artifactId = "log4cats-core" } }] ```

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