From 1582c0b780252881013a54b85b804a3074840f5a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Nov 2023 21:48:13 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.7.17 --- .scalafmt.conf | 2 +- src/main/g8/.scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2d23478..4c5fd96 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.3" +version = "3.7.17" align { stripMargin = true diff --git a/src/main/g8/.scalafmt.conf b/src/main/g8/.scalafmt.conf index 2d23478..4c5fd96 100644 --- a/src/main/g8/.scalafmt.conf +++ b/src/main/g8/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.3" +version = "3.7.17" align { stripMargin = true From 2da44684637708e2efba5eb48db1ef71255c0654 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Nov 2023 21:48:23 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.7.17 Executed command: scalafmt --non-interactive --- src/main/g8/src/main/scala/$package$/config/Configuration.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/src/main/scala/$package$/config/Configuration.scala b/src/main/g8/src/main/scala/$package$/config/Configuration.scala index 7d9afd1..1b24707 100644 --- a/src/main/g8/src/main/scala/$package$/config/Configuration.scala +++ b/src/main/g8/src/main/scala/$package$/config/Configuration.scala @@ -15,7 +15,7 @@ object Configuration: private val serverConfigDescription = nested("api") { string("host") <*> - int("port") + int("port") }.to[ApiConfig] val layer = ZLayer( From e7797e885f361455741ab6d10b88beae71ae5a88 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Nov 2023 21:48:23 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.7.17' 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 c7fd966..cc13a43 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,5 @@ # Scala Steward: Reformat with scalafmt 3.7.3 82787dcf21cc6fe296cc970957aa1e3d916456aa + +# Scala Steward: Reformat with scalafmt 3.7.17 +2da44684637708e2efba5eb48db1ef71255c0654