spotify / ratatool

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

Update sbt-sonatype to 3.11.3 #749

Closed scala-steward closed 2 months ago

scala-steward commented 2 months ago

About this PR

📦 Updates org.xerial.sbt:sbt-sonatype from 3.11.2 to 3.11.3

📜 GitHub Release Notes - 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.xerial.sbt", artifactId = "sbt-sonatype" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } }] ```

labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, commit-count:1

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 70.61%. Comparing base (9437443) to head (fbbcc6c). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #749 +/- ## ======================================= Coverage 70.61% 70.61% ======================================= Files 44 44 Lines 1865 1865 Branches 321 318 -3 ======================================= Hits 1317 1317 Misses 548 548 ``` | [Flag](https://app.codecov.io/gh/spotify/ratatool/pull/749/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/749/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/749/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/749/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `32.17% <ø> (ø)` | | | [ratatoolExamples](https://app.codecov.io/gh/spotify/ratatool/pull/749/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `17.14% <ø> (ø)` | | | [ratatoolSampling](https://app.codecov.io/gh/spotify/ratatool/pull/749/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `60.63% <ø> (ø)` | | | [ratatoolScalacheck](https://app.codecov.io/gh/spotify/ratatool/pull/749/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spotify) | `77.94% <ø> (ø)` | | | [ratatoolShapeless](https://app.codecov.io/gh/spotify/ratatool/pull/749/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.