From 47219a8a26414ee95b6ceee12da9bfae081d6e56 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 8 Mar 2025 04:46:17 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c4a4618..b276480 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # Version https://scalameta.org/scalafmt/docs/configuration.html#version -version = 3.7.17 +version = 3.9.3 # Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects runner.dialect = scala213source3