From f66805a7744e9e8b8f1daacd3a03ff7dc0038a21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:23:08 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 790f5e2..2170463 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.9.0" +version = "3.9.1" project.git = true runner.dialect = scala213 maxColumn = 120