From 97d05cd0ecf881f5d6419475c5087d33f76dbc4d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 25 Jan 2025 23:50:35 +0100 Subject: [PATCH] Update scalafmt-core to 3.8.6 (#217) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 304570e..b9e4216 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.8.5 +version = 3.8.6 runner.dialect = "scala213" style = defaultWithAlign