scala-jwt / oath

Yet another scala-jwt library which has the aim to enhance user experience.
Apache License 2.0
8 stars 1 forks source link

chore: update scalacheck-1-17 from 3.2.17.0 to 3.2.18.0 #135

Open scala-steward opened 7 months ago

scala-steward commented 7 months ago

About this PR

📦 Updates org.scalatestplus:scalacheck-1-17 from 3.2.17.0 to 3.2.18.0

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.scalatestplus", artifactId = "scalacheck-1-17" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatestplus", artifactId = "scalacheck-1-17" } }] ```

labels: test-library-update, commit-count:1

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 64.31%. Comparing base (dc2606b) to head (c068da0). Report is 9 commits behind head on main.

:exclamation: Current head c068da0 differs from pull request most recent head 37167c6. Consider uploading reports for the commit 37167c6 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #135 +/- ## ======================================= Coverage 64.31% 64.31% ======================================= Files 21 21 Lines 468 468 Branches 2 2 ======================================= Hits 301 301 Misses 167 167 ```

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