circe-json-schema
circe-json-schema copied to clipboard
Update scalatest-flatspec to 3.2.18
About this PR
📦 Updates org.scalatest:scalatest-flatspec from 3.2.17
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!
⚙ 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-flatspec" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scalatest", artifactId = "scalatest-flatspec" }
}]
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9556e65
) 100.00% compared to head (6ce9120
) 100.00%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #236 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 35 35
Branches 2 2
=========================================
Hits 35 35
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #250.