Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.3 (#20)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates
[org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
from `3.7.1` to `3.7.3`

📜 [GitHub Release
Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.3) -
[Version
Diff](scalameta/scalafmt@v3.7.1...v3.7.3)

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

_Have a fantastic day writing Scala!_

<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>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>
  • Loading branch information
fthomas committed Mar 28, 2023
2 parents 4c0cf47 + 176acfd commit 43182dd
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.7.1
version = 3.7.3

align.preset = none
align.openParenCallSite = false
Expand Down

0 comments on commit 43182dd

Please sign in to comment.