From 4c1450178db522495748b84d7031914d3828f42d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jul 2023 06:35:06 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.9 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a416169..7c46586 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.7.8 +version = 3.7.9 runner.dialect = "scala213" style = defaultWithAlign