From 81b9f3e2b5a72a2b90504aa6755164bbcf9b8e88 Mon Sep 17 00:00:00 2001
From: "zio-scala-steward[bot]"
<145262613+zio-scala-steward[bot]@users.noreply.github.com>
Date: Fri, 17 Jan 2025 09:22:02 +0100
Subject: [PATCH] Update scalafmt-core to 3.8.5 (#1441)
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.4` to `3.8.5`
📜 [GitHub Release
Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.5) -
[Version
Diff](https://github.com/scalameta/scalafmt/compare/v3.8.4...v3.8.5)
## 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/8929fadb6f535472bd63397b1cb55a835fa1b5cb/docs/repo-specific-configuration.md)
file.
_Have a fantastic day writing Scala!_
🔍 Files still referring to the old version number
The following files still refer to the old version number (3.8.4).
You might want to review and update them manually.
```
.git-blame-ignore-revs
```
⚙ 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,
old-version-remains, 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 9e44998de..2231ef59a 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version=3.8.4
+version=3.8.5
project.git = true
maxColumn = 120
align {