From 4660e1124a45da795615a9c7b56b7abfcea7ca3c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Sep 2025 20:53:15 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.10 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0da3700..fe40e95 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.9 +version = 3.9.10 runner.dialect = "scala213" style = defaultWithAlign