From 55b0e443ef92681fb127f52634548f0830f3e8fc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 18 Jan 2025 15:19:59 +0100 Subject: [PATCH] Update scalafmt-core to 3.8.5 (#376) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2798c88..bc0e5d2 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.4" +version = "3.8.5" runner.dialect = scala213 maxColumn = 120 project.git = true