From ab8970b1ba80c82c78409c9c4d29548e66852225 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Oct 2025 22:48:27 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index fe40e95..517bcf8 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.10 +version = 3.10.0 runner.dialect = "scala213" style = defaultWithAlign