Repo Added
|
Files
213
|
Badge
README BADGES
|
push
Update smetrics to 2.3.2 (#771) ## About this PR 📦 Updates [com.evolutiongaming:smetrics](https://github.com/evolution-gaming/smetrics) from `2.3.1` to `2.3.2` 📜 [GitHub Release Notes](https://github.com/evolution-gaming/smetrics/releases/tag/v2.3.2) - [Version Diff](https://github.com/evolution-gaming/smetrics/compare/v2.3.1...v2.3.2) ## 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/b49409d0f/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (2.3.1). You might want to review and update them manually. ``` project/plugins.sbt ``` </details> <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 = "smetrics" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.evolutiongaming", artifactId = "smetrics" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.evolutiongaming", "artifactId" : { "name" : "smetrics", "maybeCrossName" : "smetrics_2.13" }, "version" : "2.3... (continued)
5655 of 6019 relevant lines covered (93.95%)
1.68 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|