Update awaitility to 4.2.1
About this PR
📦 Updates org.awaitility:awaitility from 4.2.0 to 4.2.1
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 (4.2.0). You might want to review and update them manually.
frontend/yarn.lock
⚙ Adjust future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "org.awaitility", artifactId = "awaitility" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.awaitility", artifactId = "awaitility" }
}]
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 13.79%. Comparing base (
9700bd0) to head (edb4b6c).
Additional details and impacted files
@@ Coverage Diff @@
## develop #1563 +/- ##
========================================
Coverage 13.79% 13.79%
========================================
Files 8 8
Lines 29 29
Branches 1 1
========================================
Hits 4 4
Misses 25 25
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #1585.