valskalla / odin

Fast & Functional logger in Scala
Apache License 2.0
312 stars 20 forks source link

Update scalatest to 3.2.18 #553

Closed scala-steward closed 3 months ago

scala-steward commented 7 months ago

About this PR

πŸ“¦ Updates org.scalatest:scalatest from 3.2.9 to 3.2.18

πŸ“œ 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!

πŸ” Files still referring to the old version number The following files still refer to the old version number (3.2.9). You might want to review and update them manually. ``` build.sbt ```
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalatest", artifactId = "scalatest" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatest", artifactId = "scalatest" } }] ```

labels: test-library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (db4444f) 89.16% compared to head (8b997d5) 89.16%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #553 +/- ## ======================================= Coverage 89.16% 89.16% ======================================= Files 35 35 Lines 517 517 Branches 12 12 ======================================= Hits 461 461 Misses 56 56 ``` | [Flag](https://app.codecov.io/gh/valskalla/odin/pull/553/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=valskalla) | Coverage Ξ” | | |---|---|---| | [unittests](https://app.codecov.io/gh/valskalla/odin/pull/553/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=valskalla) | `89.16% <ΓΈ> (ΓΈ)` | | 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=valskalla#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 3 months ago

Superseded by #575.