push
Update cats-helper to 3.10.5 (#622) ## About this PR 📦 Updates com.evolutiongaming:cats-helper from `3.10.3` to `3.10.5` ## 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/8293d2e31/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 = "com.evolutiongaming", artifactId = "cats-helper" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.evolutiongaming", artifactId = "cats-helper" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1 </sup>
3350 of 4128 relevant lines covered (81.15%)
1.37 hits per line