From 8a50d76f0567527093eb823806d65cee66724883 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:59:51 +0100 Subject: [PATCH] Update scalafmt-core to 3.9.0 (#353) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 8c996ff2..6583c80c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.6" +version = "3.9.0" runner.dialect = scala213 maxColumn = 120 align.preset = more