-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update scalafmt-core to 3.6.1 in series/0.23 #765
Conversation
Executed command: scalafmt --non-interactive
@@ -47,6 +47,6 @@ object ChannelHead { | |||
"Connection reset", // Found on Linux, Java 13 | |||
"An existing connection was forcibly closed by the remote host", // Found on Windows | |||
"Broken pipe", // also found on Linux | |||
"The specified network name is no longer available.\r\n" // Found on Windows NIO2 | |||
"The specified network name is no longer available.\r\n", // Found on Windows NIO2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing comma of Schrodinger. Never know will the next minor release of Scalafmt brings it or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm glad to see them back!
@mergify update |
✅ Branch has been successfully updated |
That's hilarious. Where did trailing commas disappear? 🙈 |
Updates org.scalameta:scalafmt-core from 3.6.0 to 3.6.1.
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!
Adjust future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency:
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:n:3