|
Ran
|
Files
211
|
Run time
6s
|
Badge
README BADGES
|
push
Update play-json to 2.10.7 (#780) ## About this PR 📦 Updates [com.typesafe.play:play-json](https://github.com/playframework/play-json) from `2.10.6` to `2.10.7` 📜 [GitHub Release Notes](https://github.com/playframework/play-json/releases/tag/2.10.7) - [Version Diff](https://github.com/playframework/play-json/compare/2.10.6...2.10.7) ## 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/03b86255d/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.typesafe.play", artifactId = "play-json" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-json" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.typesafe.play", "artifactId" : { "name" : "play-json", "maybeCrossName" : "play-json_2.13" }, "version" : "2.10.6", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "com.typesafe.play", "artifactId" : { "name" : "play-json", "maybeCrossName" : "play-json_3" }, ... (continued)
3547 of 4249 relevant lines covered (83.48%)
1.46 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|