Closed scala-steward closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.70%. Comparing base (
556bad0
) to head (9d13e1e
). Report is 1 commits behind head on main.
:octocat: This is an auto-generated comment created by:
Actor | Triggering actor | Sender |
alfonsorr |
alfonsorr |
alfonsorr |
---|---|---|
Triggered by: - Workflow name: "CI" at .github/workflows/ci.yml - URL: [https://github.com/hablapps/doric/actions/runs/9988017871](https://github.com/hablapps/doric/actions/runs/9988017871) - on workflow_run:completed |
Test summary report 📊
Spark version | testing |
---|---|
3.0.0 | |
3.0.1 | |
3.0.2 | |
3.0 | |
3.1.0 | |
3.1.1 | |
3.1.2 | |
3.1 | |
3.2.0 | |
3.2.1 | |
3.2.2 | |
3.2 | |
3.3.0 | |
3.3.1 | |
3.3.2 | |
3.3.3 | |
3.3 | |
3.4.0 | |
3.4.1 | |
3.4 | |
3.5.0 | |
3.5 |
About this PR
📦 Updates org.scalatest:scalatest from
3.2.18
to3.2.19
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" } ] ``` 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, commit-count:1