Ran
|
Files
73
|
Run time
2s
|
Badge
Embed ▾
README BADGES
|
push
Update cats-effect to 3.5.6 (#353) ## About this PR 📦 Updates [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) from `3.5.5` to `3.5.6` 📜 [GitHub Release Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.5.6) - [Version Diff](https://github.com/typelevel/cats-effect/compare/v3.5.5...v3.5.6) ## 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`](https://github.com/scala-steward-org/scala-steward/blob/f28920302/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.typelevel", artifactId = "cats-effect" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "cats-effect" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.typelevel", "artifactId" : { "name" : "cats-effect", "maybeCrossName" : "cats-effect_2.13" }, "version" : "3.5.5", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "3.5.6" ], "newerGroupId" : null, "... (continued)
1032 of 1471 relevant lines covered (70.16%)
0.78 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|