From b1eb7db4b6c1166a56fe96ea864b7aefdbb1c76d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jan 2025 19:52:47 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 4942eaa0c..660ed868e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.4 +version = 3.8.5 maxColumn = 120 runner.dialect = scala3 From 5d3e7778fa577f68035109f45812960209dd75a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jan 2025 19:53:45 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.5 Executed command: scalafmt --non-interactive --- project/deps.sc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/project/deps.sc b/project/deps.sc index fbf906641..e4be54052 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -228,15 +228,15 @@ object Versions { val upickle = "3.0.0-M1" val zio = "2.1.11" - val `zio-config` = "4.0.3" - val `zio-cli` = "0.7.0" - val `zio-interop-cats` = "23.1.0.3" - val `zio-json` = "0.7.3" - val `zio-nio` = "2.0.2" - val `zio-parser` = "0.1.9" - val `zio-prelude` = "1.0.0-RC31" - val `zio-process` = "0.7.2" - val `zio-schema` = "0.4.12" + val `zio-config` = "4.0.3" + val `zio-cli` = "0.7.0" + val `zio-interop-cats` = "23.1.0.3" + val `zio-json` = "0.7.3" + val `zio-nio` = "2.0.2" + val `zio-parser` = "0.1.9" + val `zio-prelude` = "1.0.0-RC31" + val `zio-process` = "0.7.2" + val `zio-schema` = "0.4.12" } object ScalaVersions { From c4b0c14393d6d3c2d69f7a750cd47197d8ccd378 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jan 2025 19:53:45 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.5' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 32dd0ce91..0533a5dab 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -33,3 +33,6 @@ da7c9171b6fa862f3e837d7cb705a31ff41e7003 # Scala Steward: Reformat with scalafmt 3.8.4 92508a02e3af83fb13cc4a6ebcb9a9e52fcf8d65 + +# Scala Steward: Reformat with scalafmt 3.8.5 +5d3e7778fa577f68035109f45812960209dd75a7