Closed scala-steward closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.69%. Comparing base (
fee55fc
) to head (e3de4f9
).
:octocat: This is an auto-generated comment created by:
Actor | Triggering actor | Sender |
scala-steward |
scala-steward |
scala-steward |
---|---|---|
Triggered by: - Workflow name: "CI" at .github/workflows/ci.yml - URL: [https://github.com/hablapps/doric/actions/runs/8492381354](https://github.com/hablapps/doric/actions/runs/8492381354) - 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.scalameta:scalafmt-core from
3.8.0
to3.8.1
📜 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.scalameta", artifactId = "scalafmt-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ```labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1