circe-json-schema
circe-json-schema copied to clipboard
Update scalacheck-1-15 to 3.2.14.0
About this PR
📦 Updates org.scalatestplus:scalacheck-1-15 from 3.2.11.0
to 3.2.14.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-15" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scalatestplus", artifactId = "scalacheck-1-15" }
}]
Codecov Report
Patch and project coverage have no change.
Comparison is base (
00826c8
) 100.00% compared to head (5bda785
) 100.00%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
Additional details and impacted files
@@ Coverage Diff @@
## master #209 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 35 35
Branches 2 4 +2
=========================================
Hits 35 35
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.