From e4da64b6a398846484571d866af83d7ddf29f2d3 Mon Sep 17 00:00:00 2001
From: "zio-scala-steward[bot]"
<145262613+zio-scala-steward[bot]@users.noreply.github.com>
Date: Fri, 26 Jul 2024 09:15:32 +0200
Subject: [PATCH] Update scalafmt-core to 3.8.3 (#1291)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates
[org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
from `3.8.2` to `3.8.3`
📜 [GitHub Release
Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.3) -
[Version
Diff](https://github.com/scalameta/scalafmt/compare/v3.8.2...v3.8.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/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md)
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 = "30 days" },
dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
}]
```
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
---
.scalafmt.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scalafmt.conf b/.scalafmt.conf
index 26e9f540a..fe088f70e 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version=3.8.2
+version=3.8.3
project.git = true
maxColumn = 120
align {