spotify / ratatool

A tool for data sampling, data generation, and data diffing
Apache License 2.0
342 stars 55 forks source link

Update sbt, sbt-dependency-tree to 1.10.1 #743

Closed scala-steward closed 1 month ago

scala-steward commented 3 months ago

About this PR

📦 Updates

📜 GitHub Release Notes - Version Diff

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 file.

Have a fantastic day writing Scala!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-sbt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, commit-count:1

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.60%. Comparing base (d17b143) to head (78a9bcc). Report is 21 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #743 +/- ## ========================================== - Coverage 70.61% 70.60% -0.01% ========================================== Files 44 43 -1 Lines 1865 1861 -4 Branches 309 309 ========================================== - Hits 1317 1314 -3 + Misses 548 547 -1 ``` | [Flag](https://app.codecov.io/gh/spotify/ratatool/pull/743/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | Coverage Δ | | |---|---|---| | [ratatoolCli](https://app.codecov.io/gh/spotify/ratatool/pull/743/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `2.87% <ø> (ø)` | | | [ratatoolCommon](https://app.codecov.io/gh/spotify/ratatool/pull/743/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `0.00% <ø> (?)` | | | [ratatoolDiffy](https://app.codecov.io/gh/spotify/ratatool/pull/743/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `32.06% <ø> (-0.11%)` | :arrow_down: | | [ratatoolExamples](https://app.codecov.io/gh/spotify/ratatool/pull/743/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `17.01% <ø> (-0.14%)` | :arrow_down: | | [ratatoolSampling](https://app.codecov.io/gh/spotify/ratatool/pull/743/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `60.58% <ø> (-0.06%)` | :arrow_down: | | [ratatoolScalacheck](https://app.codecov.io/gh/spotify/ratatool/pull/743/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `77.98% <ø> (ø)` | | | [ratatoolShapeless](https://app.codecov.io/gh/spotify/ratatool/pull/743/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `4.14% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

scala-steward commented 1 month ago

Superseded by #756.