From 5edd0c6e4868e86ba837f9840831f612ec426ba3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Jan 2025 15:58:06 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 588fd31a..4a8adea6 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.3" +version = "3.8.6" runner.dialect = scala213 maxColumn = 120 align.preset = more From 4d217346f4103a7432c5452439994c10a648a3ec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Jan 2025 15:58:30 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.6 Executed command: scalafmt --non-interactive --- .../scala/org/bitlap/zim/server/module/AkkaHttpModule.scala | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/zim-server/src/main/scala/org/bitlap/zim/server/module/AkkaHttpModule.scala b/modules/zim-server/src/main/scala/org/bitlap/zim/server/module/AkkaHttpModule.scala index feb0d025..158f95e8 100644 --- a/modules/zim-server/src/main/scala/org/bitlap/zim/server/module/AkkaHttpModule.scala +++ b/modules/zim-server/src/main/scala/org/bitlap/zim/server/module/AkkaHttpModule.scala @@ -43,8 +43,9 @@ import zio._ */ final class AkkaHttpModule { - def httpServer() - : ZIO[ActorSystem[Nothing] with ApiService[RStream, Task] with ZimConfigurationProperties with Scope, Throwable, Unit] = + def httpServer(): ZIO[ActorSystem[ + Nothing + ] with ApiService[RStream, Task] with ZimConfigurationProperties with Scope, Throwable, Unit] = for { actorSystem <- ZIO.service[ActorSystem[Nothing]] imServerSettings <- { From 629edf14e88e711bc8f5376acd7f68995c25d5f2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Jan 2025 15:58:30 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.6' 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 0de85c5c..2efa10dd 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,5 @@ # Scala Steward: Reformat with scalafmt 3.5.9 0816c7f40fb103a987855105bc1620a18e0fbaae + +# Scala Steward: Reformat with scalafmt 3.8.6 +4d217346f4103a7432c5452439994c10a648a3ec