Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.1 (#2715)
Browse files Browse the repository at this point in the history
Updates
[org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
from 3.6.1 to 3.7.1.
[GitHub Release
Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.1) -
[Version
Diff](scalameta/scalafmt@v3.6.1...v3.7.1)


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`](https://github.com/scala-steward-org/scala-steward/blob/77e035ef483ebb658433dfa1469671184e511f09/docs/repo-specific-configuration.md)
file.

Have a fantastic day writing Scala!

<details>
<summary>Files still referring to the old version number</summary>

The following files still refer to the old version number (3.6.1).
You might want to review and update them manually.
```
docs/release-notes.md
```
</details>
<details>
<summary>Adjust future updates</summary>

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" }
}]
```
</details>

labels: library-update
  • Loading branch information
xerial-bot authored Jan 25, 2023
1 parent b86b5ce commit c0550ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.6.1
version = 3.7.1
project.layout = StandardConvention
runner.dialect = scala213source3
maxColumn = 120
Expand Down

0 comments on commit c0550ec

Please sign in to comment.