From 566ee2058c41983d2ea7d92bd10e268292c9b833 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Jan 2025 21:12:10 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1b52c7a5..391476fc 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.2" +version = "3.8.3" runner.dialect = scala213 maxColumn = 120 align.preset = most From a287d9f11e0d8b012dd2a3d6f050b37508366ba6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Jan 2025 21:12:25 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.3 Executed command: scalafmt --non-interactive --- examples/interop-http4s/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/interop-http4s/build.sbt b/examples/interop-http4s/build.sbt index 3287077a..2cc15938 100644 --- a/examples/interop-http4s/build.sbt +++ b/examples/interop-http4s/build.sbt @@ -3,8 +3,8 @@ val ZioJsonVersion = "0.1.3+8-6eb41b5a-SNAPSHOT" lazy val zioJsonHttp4sExample = (project in file(".")) .settings( - name := "zio-json-http4s-example", - version := "1.0", + name := "zio-json-http4s-example", + version := "1.0", scalaVersion := "2.13.5", scalacOptions ++= Seq("-Xlint:_"), // Only required when using a zio-json snapshot From 9c0907785f8079b52f69fa12b050b926b347518c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Jan 2025 21:12:26 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.3' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..84d324cc --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.8.3 +a287d9f11e0d8b012dd2a3d6f050b37508366ba6