Closed scala-steward closed 2 years ago
: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/3465102677](https://github.com/hablapps/doric/actions/runs/3465102677) - on workflow_run:completed |
Test summary report 📊
Spark version | testing |
---|---|
2.4.1 | |
2.4.2 | |
2.4.3 | |
2.4.4 | |
2.4.5 | |
2.4.6 | |
2.4.7 | |
2.4 | |
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 | |
3.3 |
Merging #310 (9397afe) into main (96a8d35) will not change coverage. The diff coverage is
n/a
.
Updates org.scalameta:sbt-scalafmt from 2.4.6 to 2.5.0. GitHub Release Notes - Version Diff
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 (2.4.6). You might want to review and update them manually. ``` .github/workflows/matrix_includes.json README.md core/src/test/scala/doric/syntax/StringColumnsSpec.scala docs/docs/docs/quickstart.md ```Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "sbt-scalafmt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" } }] ```labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1