Skip to content
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

Merged
merged 5 commits into from
Dec 4, 2022

Conversation

http4s-steward[bot]
Copy link
Contributor

@http4s-steward http4s-steward bot commented Nov 1, 2022

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:

updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
}]

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:n:3

@@ -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
Copy link
Member

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.

Copy link
Member

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!

@danicheg
Copy link
Member

danicheg commented Dec 4, 2022

@mergify update

@mergify
Copy link
Contributor

mergify bot commented Dec 4, 2022

update

✅ Branch has been successfully updated

@danicheg
Copy link
Member

danicheg commented Dec 4, 2022

That's hilarious. Where did trailing commas disappear? 🙈

@danicheg danicheg merged commit 0c76f8e into series/0.23 Dec 4, 2022
@danicheg danicheg deleted the update/series/0.23/scalafmt-core-3.6.1 branch December 4, 2022 08:26
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants