From e976b3020e0965b33e89060d2c8563bf23612083 Mon Sep 17 00:00:00 2001 From: "your-app-name[bot]" <234726+keynmol-steward[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:02:03 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0d2a546..2871bf6 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.17" +version = "3.8.4" runner.dialect = scala3 align.preset = more From 9a1bc698c6f774f755d161a0e28be9ce649b053e Mon Sep 17 00:00:00 2001 From: "your-app-name[bot]" <234726+keynmol-steward[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:02:07 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.4 Executed command: scalafmt --non-interactive --- modules/backend/src/test/scala/RoutesSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backend/src/test/scala/RoutesSpec.scala b/modules/backend/src/test/scala/RoutesSpec.scala index 5bd64e9..9a58a5f 100644 --- a/modules/backend/src/test/scala/RoutesSpec.scala +++ b/modules/backend/src/test/scala/RoutesSpec.scala @@ -56,7 +56,7 @@ object RoutesSpec extends weaver.IOSuite with Http4sDsl[IO]: } test("calls the service on /get-suggestions") { probe => - import Protocol.{GetSuggestions as GS} + import Protocol.GetSuggestions as GS val stubResponse = GS.Response( Seq("a", "b", "c", "d") From 0f93523e58fd4056ccd4f7b4c0c96f32d07d7ebf Mon Sep 17 00:00:00 2001 From: "your-app-name[bot]" <234726+keynmol-steward[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:02:07 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.4' 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 0000000..879d508 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.8.4 +9a1bc698c6f774f755d161a0e28be9ce649b053e