From 33d4d5c35c82e0c0d10edad09356f76cccee7374 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 May 2025 23:54:26 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 71a21f1..b174f52 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,7 +1,7 @@ # initial version taken over from alpakka # https://akka.io/blog/2019/09/09/akka-family-builds -version = 3.9.5 +version = 3.9.6 runner.dialect = "scala213" style = defaultWithAlign